{
"name": "Blah",
"version": "1.0",
"description": "Blarg",
"permissions": ["http://*/", "https://*/"],
"content_scripts": [ {
"js": [ "foo.js" ],
"matches": [ "http://*/*" ],
"runat" : "document_end",
"all_frames" : false
} ]
}
..
foo.js
alert("foo href = " + location.href);
And the alert is showing up multiple times on certain web pages. What
gives?
Even for pages that run it once, if i go somewhere and hit back it
does it twice. Am I missing something?
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
http://groups.google.com/a/chromium.org/group/chromium-extensions/topics
http://code.google.com/chrome/extensions/getstarted.html
http://code.google.com/chrome/extensions/index.html
http://validator.w3.org/ randomly goes from 1 to 2 when your refresh
(ctrl-r)
A number of other pages were doing it too..
I'm using Windows XP, SP2, Chrome "4.1.249.1025 unknown (40600)"
--
Ron, have you submitted a bug somewhere?
--
Ron, have you submitted a bug somewhere?
--
On Mar 9, 4:58 pm, Arne Roomann-Kurrik <kur...@chromium.org> wrote:
> I'm not able to reproduce this using a simple test extension. Which version
> of chrome are you using? Which URLs are you testing?
>
> ~Arne
>
> On Tue, Mar 9, 2010 at 12:47 PM, Joshua Deltener <hecktarz...@gmail.com>wrote:
>
>
>
> > Even for pages that run it once, if i go somewhere and hit back it
> > does it twice. Am I missing something?
>
> > --
> > 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...@chromium.org.
> > To unsubscribe from this group, send email to
> > chromium-extensions+unsubscr...@chromium.org<chromium-extensions%2Bunsubscr...@chromium.org>
I've also confirmed this is still a problem in today's Chrome update
(4.1.249.1030) so hopefully the "fix" isn't in this yet..
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.