Skip to content

A Rust library for installing Chrome extensions for the user.

License

Notifications You must be signed in to change notification settings

Revxrsal/chrome_extension_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust library for installing Chrome extensions for the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages