This repo is for Chrome Extension Side panel Boilerplate with React, React-router and Tailwind CSS.
Manifest v3: Built using Chrome's latest extension architecture.
You can get more info at developer.chrome.com.
For popup boilerplate visit github.com/01kartic/Chrome-Extension-Popup-Boilerplate
-
Clone the Repository
git clone https://github.com/01kartic/chrome-extension-sidepanel-boilerplate.git cd chrome-extension-sidepanel-boilerplateor
<> Code / Open with Github Desktop / Clone / Open in VS Code -
Install Dependencies
npm install
-
Build the Extension
npm run build
-
Load the Extension into Chrome
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the
distfolder inside your project directory.
- Open Chrome and go to
-
Start Developing
npm run start
The extension will be reloaded automatically as you make changes.
If found any issue write it down it
issueor found useful then give star to it.