I have used http://*/* and i have added if (window.location.hostname.match("^www.google")) { at the top of the javascript header
if all the extensions used the generic pattern (http://*/*) all web sites will be parsed and it will generate performance loss... On 10 déc, 02:00, Daniel Wagner-Hall <[email protected]> wrote: > On Wed, Dec 9, 2009 at 4:58 PM, Sylvain MOUQUET > > <[email protected]> wrote: > > Hi, > > > I have a problem with the current specification of the match patterns > > (http://code.google.com/chrome/extensions/match_patterns.html). i > > have developed a chrome extension and i have a problem with the google > > configuration. Google redirects all calls from google.com to > > google.fr, and i am not allowed to use the google.* pattern. And i > > dont want to define each possibilites, i need a better tool. > > > The best solution is to allow to the developper to define each own > > pattern, no? > > > Have a good day > > I believe currently the advice is to just use http://*/* until someone > gets around to fixinghttp://code.google.com/p/chromium/issues/detail?id=18259 -- 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.
