Skip to content

This repository contains all the basic files that are needed in order to create a browser extension

License

Notifications You must be signed in to change notification settings

Kay-Kleinvogel/browser-extension-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

browser-extension-template

This repository contains all the basic files that are needed in order to create a browser extension

The code can be used as a starting point for creating your browser extension. It has all the files created that are needed.

File structur

dist
├── index.html
├── manifest.json
└── res
    ├── css
    │   └── style.css
    ├── img
    └── js
        └── popup.js

About

This repository contains all the basic files that are needed in order to create a browser extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published