Skip to content

themeticus/browser-extension-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser extension boilerplate

Use this boilerplate to get started building Chrome and Firefox extensions using modern Javascript.

Contribute

Suggestions and pull requests are highly encouraged!

In order to make modifications to this extension template you'd need to run it locally.

Please follow the below steps:

git clone https://github.com/iamtekeste/browser-extension-template
cd browser-extension-template
npm install    # Install dev dependencies
npm run build  # Build the extension code so it's ready for the browser
npm run watch  # Listen for file changes and automatically rebuild

Maintainers

Maintainers

This boilerplate is inspired by Sindre's Refined Twitter

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%