Yes, for security reasons we don't support running content scripts on the Chrome Extension Gallery.
As for mail.google.com, it works for me, although I'm on Windows. Oh, and as a side note, if your manifest includes running content_scripts on file://, then the users of your extension are going to have a very scary looking security warning when they try to install your extension. I recommend not having your content script run on file:// unless you absolutely need to. -F On Wed, Dec 2, 2009 at 08:46, Claudio Benvenuti <[email protected] > wrote: > Hello Everybody, > I'm developing an extension that make use of content script. > In manifest.json I have : > > "content_scripts": [ > { > "matches": ["http://*/*", "https://*/*", "file:///*"], > "js": ["source.js"] > } > ], > > but in some pages, like https://mail.google.com/mail/, or like my > chrome extension dashboard (https://chrome.google.com/extensions/ > developer/dashboard), my content script is not injected in the page, > so my extension is not working. > I checked this using the Developer Tools. > > I'm using Chromium 4.0.260.0 under linux. > Is anyone experiencing this problem? > Am I missing something? > > Thanks everybody > Claudio > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<chromium-extensions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
