simpleGestures

設定画面・使い勝手のシンプルさにこだわったマウスジェスチャの拡張機能です。

What is simpleGestures?

simpleGestures is a Chrome extension developed by kojima, and its main feature is "設定画面・使い勝手のシンプルさにこだわったマウスジェスチャの拡張機能です。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download simpleGestures Extension CRX File

Download simpleGestures extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        シンプルなマウスジェスチャです。

Ctrlを押している間、ジェスチャ機能は無効になります。
注:Google のセキュリティ制限のため、Chrome の内蔵ページでは機能しません。

【アップデート内容】
https://github.com/RyutaKojima/simpleGestures/releases

【サポートOS】
- Windows
- Mac OS
- Linux
※ Windows以外のOSでは右クリックメニューを開く操作はダブルクリックに変わります

【インストール時に表示される権限について】
権限は次に明記した目的のみに使用します。

・アクセスしたウェブサイト上にある自分の全データの読み取りと変更
 →「閉じたタブを開く」ジェスチャ実行の為

【ユーザーデータの扱いとプライバシー】
このアプリはユーザーの個人情報や機密データを参照しません。
設定や状態はユーザーのローカルな環境に保存され、外部に送信はされません。
また、ジェスチャ機能の提供のためだけに使用します。

【ソースコード】
GitHubにて公開しています。
 https://github.com/RyutaKojima/simpleGestures                    

Extension Basic Information

Name simpleGestures simpleGestures
ID flfminafiamnggnldfpilnfnmbgmiegn
Official URL https://chromewebstore.google.com/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn
Description 設定画面・使い勝手のシンプルさにこだわったマウスジェスチャの拡張機能です。
File Size 308 KB
Installation Count 23,995
Current Version 1.6.3
Last Updated 2023-04-09
Publish Date 2020-06-30
Rating 4.09/5 Total 33 Ratings
Developer kojima
Email [email protected]
Payment Type free
Extension Website https://github.com/RyutaKojima/simpleGestures
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "simpleGestures",
    "version": "1.6.3",
    "manifest_version": 3,
    "description": "\u8a2d\u5b9a\u753b\u9762\u30fb\u4f7f\u3044\u52dd\u624b\u306e\u30b7\u30f3\u30d7\u30eb\u3055\u306b\u3053\u3060\u308f\u3063\u305f\u30de\u30a6\u30b9\u30b8\u30a7\u30b9\u30c1\u30e3\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png",
        "512": "img\/icon_512.png"
    },
    "permissions": [
        "tabs",
        "sessions",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "font\/flaticon.css"
            ],
            "js": [
                "handler.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options_page\/options_page.html"
}