Quick question about chrome.tabs.executeScript (http:// chromeextensionsdocs.appspot.com/dev/tabs.html#method-executeScript): do I understand correctly that you can only execute one JS file at a time, and that if you want to execute more, you'd need to chain executeScript calls via callbacks?
If so, that seems a bit restrictive, since sometimes you want to include multiple JS files (much like content scripts can have multiple JS files). That's one reason I had originally proposed to change the API to use the identifier for a named set of JS and CSS... Yes, you can bundle all the JS together into one file, but that at least adds one step when developing the extension, and trying out changes. Thanks, matias --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
