https://github.com/RyutaKojima/simpleGestures
simpleGesture is Google Chrome extension.
https://github.com/RyutaKojima/simpleGestures
chrome-extension googlechrome mouse-gesture
Last synced: about 1 year ago
JSON representation
simpleGesture is Google Chrome extension.
- Host: GitHub
- URL: https://github.com/RyutaKojima/simpleGestures
- Owner: RyutaKojima
- License: mit
- Created: 2015-06-19T11:58:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:03:53.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:40:36.046Z (over 1 year ago)
- Topics: chrome-extension, googlechrome, mouse-gesture
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn
- Size: 4.95 MB
- Stars: 49
- Watchers: 4
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

====
[](https://github.com/RyutaKojima/simpleGestures/actions?query=workflow%3A%22Lint+check+CI%22)
[](https://codeclimate.com/github/RyutaKojima/simpleGestures/maintainability)
[](https://codebeat.co/projects/github-com-ryutakojima-simplegestures-master)
[](https://app.codacy.com/app/RyutaKojima/simpleGestures?utm_source=github.com&utm_medium=referral&utm_content=RyutaKojima/simpleGestures&utm_campaign=Badge_Grade_Settings)
# Overview (概要)
シンプルな動作とオプション設定を目指したGoogleChrome拡張機能のマウスジェスチャです。
simpleGestures is GoogleChrome extension that adds a simple mouse gesture.
# Install (インストール)
[公開版をGoogleChromeにインストール](https://chrome.google.com/webstore/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn)
# For Developer (開発者向け)
## How to build
1. clone source
```
git clone git@github.com:RyutaKojima/simpleGestures.git
```
2. package install
```
yarn install
```
3. Check Style Guide
```
yarn lint:all
```
4. Build
```
yarn build:clean
```
## License (ライセンス)
The MIT License
## Style Guide(コーディング規約)
Google JavaScript Style Guide に準拠します。
英語:https://google.github.io/styleguide/jsguide.html
日本語:http://www38.atwiki.jp/aias-jsstyleguide2/pages/1.html