Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RyutaKojima/simpleGestures
simpleGesture is Google Chrome extension.
https://github.com/RyutaKojima/simpleGestures
chrome-extension googlechrome mouse-gesture
Last synced: 7 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:03:53.000Z (15 days ago)
- Last Synced: 2024-10-29T22:40:36.046Z (15 days 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
![logo](src/img/icon_512.png)
====
[![Lint pass](https://github.com/RyutaKojima/simpleGestures/workflows/Lint%20check%20CI/badge.svg)](https://github.com/RyutaKojima/simpleGestures/actions?query=workflow%3A%22Lint+check+CI%22)
[![Maintainability](https://api.codeclimate.com/v1/badges/3d52042de99c11e3f8b4/maintainability)](https://codeclimate.com/github/RyutaKojima/simpleGestures/maintainability)
[![codebeat badge](https://codebeat.co/badges/56ecd007-3c77-4e5e-8494-71a98599c99d)](https://codebeat.co/projects/github-com-ryutakojima-simplegestures-master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4876517adbac48fcaa149e28614cbe07)](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)
## How to build
1. clone source
```
git clone [email protected]:RyutaKojima/simpleGestures.git
```2. package install
```
yarn
```3. Build
```
yarn build
```4. Check Style Guide
```
yarn lint
```### 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