henry40408 / awesome-stars

Awesome Stars is a chrome extension that shows you stars of repository on awesome list
http://bit.ly/2Gv3eVp
MIT License
80 stars 12 forks source link

'Option' item disabled? #2

Closed PeterDaveHello closed 8 years ago

PeterDaveHello commented 8 years ago

Seems the standard 'Option' item in the (left click)menu of awesome-stars on Google 48.0.2564.116 is disabled, I'm not sure if it's correct behavior, right now only right click on the icon can bring me to the option page.

henry40408 commented 8 years ago

For the convenience of very early development, I use chrome.browserAction.onClick instead of options_page to invoke options page. Since the options page is nearly ready now, I added the options_page back to manifest.json (4d222f8223a12bcce8a5c8dd44829c7771c39c98 and version 1.1.1), and the "Options" item in extension context menu should work now.

The latest version has been uploaded to Chrome Web Store.

However, I am not sure why the right click brings you to options page instead of left click. I use the same version of Chrome.

PeterDaveHello commented 8 years ago

However, I am not sure why the right click brings you to options page instead of left click. I use the same version of Chrome.

I am sorry, I said it wrong, the left click brings you to options page.

PeterDaveHello commented 8 years ago

Seems the option item works now on new version, thanks!