auchenberg / css-reloader

CSS Reloader is a browser extension for Mozilla Firefox and Google Chrome, that allows you to reload all the CSS of any site without you have to reload the page itself.
http://kenneth.io
MIT License
99 stars 15 forks source link

Context-menu option is missing in Chrome 6.0.408.1 Dev #1

Closed melo closed 14 years ago

melo commented 14 years ago

Hi,

Mac OS X 10.5.8, Chrome 6.0.408.1 Dev

I can't use the F9 shortcut, because its bound to Exposé, so I tried the right-click context menu, but the reload CSS option is not there.

Any ideas?

auchenberg commented 14 years ago

Hi

The ContextMenu isn't enabled in Google Chrome version, since I would have to use an "experimantal-api", and that isn't allowed for extensions in the Chrome Gallery.

As soon the contextMenu-api is stable, I will add the support for it.

More info about the chrome.experimental.contextMenu-api at http://code.google.com/chrome/extensions/dev/experimental.contextMenu.html