Skip to content

This is simple chrome extension, without code, contains only configuration and all things

License

Notifications You must be signed in to change notification settings

sinhsac/chrome-extension-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic chrome extension

This is basic chrome extension using manifest v3 for configuration, you can embedded multiple js, or css file into the a website. You also can using background worker for process the js in the website.

Usage

  • create new js file in src folder, and add to the function XXM.loadMore It look like
XXM.loadMore = function () {
    console.log("load more js")
    XXM.loadJS("src/your-code.js", () => console.log("done"), document.body)
}

About

This is simple chrome extension, without code, contains only configuration and all things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published