web-extensions

This crate provides wrappers around WebExtensions API

4 releases (2 breaking)

0.3.0 Nov 16, 2022
0.2.1 Nov 6, 2022
0.2.0 Oct 26, 2022
0.1.0 Aug 31, 2020

#1457 in WebAssembly

Download history 136/week @ 2024-07-27 459/week @ 2024-08-03 404/week @ 2024-08-10 251/week @ 2024-08-17 621/week @ 2024-08-24 739/week @ 2024-08-31 378/week @ 2024-09-07 151/week @ 2024-09-14 256/week @ 2024-09-21 121/week @ 2024-09-28 115/week @ 2024-10-05 224/week @ 2024-10-12 293/week @ 2024-10-19 107/week @ 2024-10-26 73/week @ 2024-11-02

698 downloads per month

MIT license

39KB
904 lines

Web Extensions

A Rust library that provides WebExtension API WASM bindings.

This crate expresses a high level wrapper. For a low level access there is the web-extensions-sys crate.

Compatibility

This library is currently only compatible with Chrome based browsers with Manifest V3.

Once MV3 is supported by FireFox, we need to check how we can handle it.

Dependencies

~8–11MB
~202K SLoC