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: about 1 year ago
JSON representation

simpleGesture is Google Chrome extension.

Awesome Lists containing this project

README

          

![logo](src/img/icon_512.png)

Icons made by Freepik from www.flaticon.com

====

[![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)

# 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