It's a little bit hard to explain but i will try. In my Better Gmail extension as you can see I'm using a dozen of content scripts inside one extension. I am usingto make the work only on gmail website. So far so good.Code:"include_globs": [ "http://mail.google.com/*", "https://mail.google.com/*"],
BUT I want to add a functionality like this Open mailto links with Gmail which should work on every websiteWhen I don't add the "http://*/*", "https://*/*" to the include_globs mailto-thingy is not working. When I add it ALL the content scripts work on EVERY page and funny things happen such as images change to attachment iconsCode:"matches": [ "http://*/*", "https://*/*" ]
Have tried having both lines in my manifest - mailto not working.
Have tried even having 2 content_scripts sections in my manifest with different include globs - no luck
So I'm in desperate need of suggestions. (despite the obvious not to implement this feature)
Thanks


LinkBack URL
About LinkBacks




BETTER GMAIL for Google Chrome
Reply With Quote
