An open API service indexing awesome lists of open source software.

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.

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
```