1 unstable release
0.1.0 | Jun 27, 2024 |
---|
#252 in #extension
5KB
Chrome extension installer
This library makes it easy to install external extensions on Google Chrome and other Chromium-based browsers.
This was made initially to be used with Tauri, however it is versatile and can be used anywhere.
Example
use chrome_extension_installer::install_extension;
pub fn main() {
install_extension("bcjindcccaagfpapjjmafapmmgkkhgoa").unwrap();
}
Dependencies
~0–10MB
~47K SLoC