I am new to developing Chrome extensions. I tried to follow the "hello world" tutorial for debugging http://developer.chrome.com/extensions/tut_debugging.html , but I could not find the validation popup menu or check the viewing link to open the debugger when I right-click hello world icon.
I noticed that on my chrome: chrome: // chrome / extensions / extensions tab there is a “view views” link that allowed me to open the debugger for the Google translate extension that I installed earlier. However, the "verify views" link was not displayed for the "hello world" extension (source: http://developer.chrome.com/extensions/examples/tutorials/getstarted.zip ).
I tried to search if someone has a similar problem, but I could not find it. I am using Google chrome 21.0.1180.60 for Windows XP.
Thanks in advance for any suggestions on opening the debugger!
source
share