Depending on your locale, Google will redirect to a localized version. For example, here in Costa Rica, all google.com request are redirected to google.co.cr, so try making a more general filter in the permissions tab. But I'm not sure if a wildcard(*) can be used instead of .com.
On Wed, Dec 16, 2009 at 12:40 PM, Rafael Weinstein <[email protected]>wrote: > What is it that you want to happen and what is happening? > > On Wed, Dec 16, 2009 at 10:19 AM, fabio.gravina <[email protected]> > wrote: > > hi guys, > > Please help me to solve this problem... > > i've write a very stupid extension with the following manifest > > > > { > > "name": "My First Extension", > > "version": "1.0", > > "description": "The first extension that I made.", > > "browser_action": { > > "default_icon": "icon.png", > > "popup":"popup.html" > > }, > > "permissions": [ "tabs" , "http://*.google.com/" ] > > } > > > > and the following popup.html > > <html><head> > > </head> > > <body> > > <a href="www.google.com">ciao</a> > > </body></html> > > > > As can you see i've permission for google.com! why it not work? > > > > I've chrome dev 4.0.249.30 > > > > thank > > > > -- > > > > 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]<chromium-extensions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=en. > > > -- Marcos Aruj Alvarez Ingeniero de Software ------------------------------- [email protected] ----- -- 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.
