Crates.io | web-extensions |
lib.rs | web-extensions |
version | 0.3.0 |
source | src |
created_at | 2020-08-31 00:07:33.652534 |
updated_at | 2022-11-16 13:44:20.213379 |
description | This crate provides wrappers around WebExtensions API |
homepage | |
repository | https://github.com/rvolosatovs/web-extensions |
max_upload_size | |
id | 282875 |
size | 44,234 |
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.
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.