Loading repository data…
Loading repository data…
vincecao / repository
A simple React implementation of a Chrome Extension Template for a foldable side panel. With Parcel, TypeScript, TailwindCSS
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple React implementation of a Chrome Extension Template for a foldable side panel. Using Parcel, TailwindCSS and TypeScript for development. Optimized to fit most of the modern webpage and save setting to chrome storage.
Check the demo in this here.
# clone the repo
git clone https://github.com/vincecao/react-chrome-extension-template-side-panel.git && cd react-chrome-extension-template-side-panel
# install needed package
yarn
# add logo under /public/manifest.json
# for local test
yarn start
# then open localhost:1234
# build the extension
yarn build

Developer mode/publish folder or unzip latest release file.