I'm attempting to walk through Google's Chrome "One-click Kitten" extension tutorial and I'm running into some difficulties with the extension failing to function.
I downloaded all four of the files for the extension and have located them all in the same directory with no other files. When I add the extension no errors appear at the top of the extensions window.
Clicking on the icon results in an empty white box. I've attempted to walk through the code with the debugger but, lacking experience, don't get terribly far – the debugger simply
jumps into a VM file and shows no locally scoped variables.
I'm using a fresh install of Chrome version 38.0.2125.111 (including a wiped Application Support/Chrome directory) on a Mac running 10.10.
I apologize if I'm doing something daft – I don't have a background in web development and am not a habitual Chrome user.