https://github.com/yamadashy/google-sheets-tab-switcher
https://github.com/yamadashy/google-sheets-tab-switcher
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamadashy/google-sheets-tab-switcher
- Owner: yamadashy
- License: mit
- Created: 2020-01-29T15:19:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T23:58:55.000Z (over 3 years ago)
- Last Synced: 2025-03-19T19:36:25.357Z (7 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Sheets Tab Switcher
Quick tab switcher for Google Sheets
## Install
- Chrome: [Google Sheets Tab Switcher - Chrome Web Store](about:blank)
- Firefox: [Google Sheets Tab Switcher – Firefox Add-ons](about:blank)# Development
- Node.js v10.16.0## Setup
```
$ yarn
```## Watch and build
```
yarn dev chrome
yarn dev firefox
yarn dev opera
yarn dev edge
```## Build extension
```
yarn build chrome
yarn build firefox
yarn build opera
yarn build edge
```## Lint codes
Lint only.
```
yarn lint
```Lint codes with fix.
```
yarn lint:fix
```## Environment
The build tool also defines a variable named `process.env.NODE_ENV` in your scripts.## Docs
* [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox)