It looks like content scripts don't get loaded into pages that are
opened with "window.open". In my example I have a simple content script
that just does an 'alert("hi");' when it's loaded. If I open a page in
using window.open, I don't see the alert. However, if I use
chrome.windows.create, it pops up correctly.
Is this by design? Or, conversely, is there a way to open a window with
chrome.windows.create without all the chrome? I'm trying to create a
small pop up without the surrounding browser UI.
Colin
--
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.