Crates.io | chrome_extension_installer |
lib.rs | chrome_extension_installer |
version | 0.1.0 |
source | src |
created_at | 2024-06-27 00:29:19.324774 |
updated_at | 2024-06-27 00:29:19.324774 |
description | A library for installing Chrome extensions for the user. |
homepage | |
repository | https://github.com/Revxrsal/chrome_extension_installer |
max_upload_size | |
id | 1285002 |
size | 5,536 |
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.
use chrome_extension_installer::install_extension;
pub fn main() {
install_extension("bcjindcccaagfpapjjmafapmmgkkhgoa").unwrap();
}