webext 0.1.3 copy "webext: ^0.1.3" to clipboard
webext: ^0.1.3 copied to clipboard

discontinued

A package for developing browser extensions. Supports Chrome, Edge, and Firefox.

Overview #

This Dart package contains APIs for building browser extensions for Chrome, Edge, and Firefox.

Currently the package supports only a small set of APIs. If you want more APIs, you could use package:chrome.

Licensed under the MIT License.

Contributing #

Documentation #

Getting started #

Pub package webextdev provides a convenient command-line tool.

Install webextdev:

pub global activate webextdev

Create a project:

webextdev create hello_world

Get dependencies:

cd hello_world

pub get

Run the browser extension:

pub run webextdev run --build
3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A package for developing browser extensions. Supports Chrome, Edge, and Firefox.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

js, meta

More

Packages that depend on webext