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

https://github.com/yamadashy/google-sheets-tab-switcher


https://github.com/yamadashy/google-sheets-tab-switcher

Last synced: 4 months ago
JSON representation

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)