https://github.com/noscripter/switch
Extension Manager
https://github.com/noscripter/switch
chrome chrome-extension extension
Last synced: about 2 months ago
JSON representation
Extension Manager
- Host: GitHub
- URL: https://github.com/noscripter/switch
- Owner: noscripter
- Created: 2019-10-08T14:19:23.000Z (over 6 years ago)
- Default Branch: v3
- Last Pushed: 2024-03-29T17:12:06.000Z (about 2 years ago)
- Last Synced: 2025-01-21T11:12:54.110Z (over 1 year ago)
- Topics: chrome, chrome-extension, extension
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switch
Chrome extensions Switch!
## Development
- Install dependencies: `yarn`
- Build both targets: `yarn build`
- Build MV3 only: `yarn build:mv3`
- Build MV2 only: `yarn build:mv2`
- Load the output folder in your browser:
- MV3: `dist/mv3`
- MV2: `dist/mv2`
## Structure
- `src/popup`: React + TypeScript popup UI
- `manifests`: MV2/MV3 manifest sources
- `public/images`: extension icons and images
- `scripts/build.mjs`: build orchestration for MV2/MV3