Hi for now, can't you place .com and make sure your extension redirects to a dot com? If the user in a localized area seen a dot come it will direct him to the proper locale. For example, I visit google.com it will redirect me to google.ca. Therefore, you can place your pattern as google.com
-- Mohamed Mansour On Mon, Jun 1, 2009 at 4:23 AM, Patrick Stenzel < [email protected]> wrote: > > Hi, > > i`m currently writing a port of a firefox-extension, which extends the > searchresults delivered by google. > The used content script should of course be executed only on google- > pages and i did that using the match patterns described here: > > http://dev.chromium.org/developers/design-documents/extensions/match-patterns > The problem is, i don`t want to (and probably can not) insert a > pattern for every single localized version of google, but the system > does not accept wildcars in the TLD-area of the host definition. > > A definition of "http://*.google.*/*" quits qith an error. Is this a > bug? Did i do something wrong? > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
