Closed
Description
This issue was originally filed by imja...@gmail.com
With the release of Dartium, I'd love to be able to write a Chrome extension in Dart. And I currently can, as long as I don't want to take advantage of any of the Chrome-extension-specific APIs as listed on http://code.google.com/chrome/extensions/docs.html
For example, the JS chrome.browserAction.setBadgeText({text:"abc"}); would update the extension's Browser Action badge's text to "abc" -- there is no corresponding Dart code to do this.
This should be possible by wrapping the native JS, but a native Dart solution would probably be better.