Skip to content

Support for chrome.* extension APIs #1802

Closed
@DartBot

Description

@DartBot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-as-intendedClosed as the reported issue is expected behaviortype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions