On Thu, Oct 22, 2009 at 12:54 PM, jfc <[email protected]> wrote:
> You are correct they are from a different origins, chrome-
> extensions:// and https://blah.com
>
> Is there way around this?

I suspect you'll be better off using the HTML5 postMessage API to send
a message to the window rather than messing around with URL
parameters.

If you must use URL parameters, presumably those parameters only make
sense to one site.  You can just remember the URL where that site is
located and avoid having to read back the URL.

Adam

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

Reply via email to