https://github.com/slaypni/moly-tabmenu2
Chrome extension for switching tabs more efficiently.
https://github.com/slaypni/moly-tabmenu2
chrome-extension tab-switcher
Last synced: 2 months ago
JSON representation
Chrome extension for switching tabs more efficiently.
- Host: GitHub
- URL: https://github.com/slaypni/moly-tabmenu2
- Owner: slaypni
- Created: 2019-10-22T18:12:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T23:03:35.000Z (about 1 year ago)
- Last Synced: 2024-05-06T00:20:57.447Z (about 1 year ago)
- Topics: chrome-extension, tab-switcher
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/moly-tab-menu/pniegmhajhkebcalmfalpjjhmgfipibc
- Size: 190 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Watch
```
yarn parcel watch --no-hmr src/manifest.json
```Build
```
rm -r dist
yarn parcel build --experimental-scope-hoisting src/manifest.json
```