Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 505 Bytes

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();
}