What is it that you want to happen and what is happening? On Wed, Dec 16, 2009 at 10:19 AM, fabio.gravina <fabio.grav...@gmail.com> 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 chromium-extensi...@googlegroups.com. > To unsubscribe from this group, send email to > chromium-extensions+unsubscr...@googlegroups.com. > 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 chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.