I'm developing an extension that gets information (via a third party API call) about the current url and displays it to the user. I was thinking the most efficient way of going about this would be to make my API calls on the current url from the content script but I get the above error message. I'm guessing I should just do it from the background page instead but I was wondering if someone could explain the way things are intended to be done in a situation like this.
-- 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.
