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 -~----------~----~----~----~------~----~------~--~---
