Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 859 Bytes

web-extension-starter

react + typescript browser extension starter kit to help you quickly get up to speed with building your own extension.

usage

  1. clone the repo and run npm i and npm run dev.

  2. go to chrome://extensions or click on Manage Extensions via your chrome browser toolbar and enable developer mode from the top right side.

enable developer mode

  1. click on load unpacked and select the build you generated in step 1.

  2. you will be able to see web-extension-starter extension loaded in your browser.

UI options

refer this video to explore different UI options available in an extension. you can choose basis your use case.

todo

  1. analyze and optimize bundle size.

  2. add hot reload capability to the extension.