KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

Extend kango API to inject content scripts programmatically #140

Open iamolivinius opened 9 years ago

iamolivinius commented 9 years ago

Would it be possible to extend the kango API to provide methods similar to

https://developer.chrome.com/extensions/tabs#method-executeScript or https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts

This would make it possible to inject content scripts into tabs from a background script.