simpleGestures

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

Qu'est-ce que simpleGestures ?

simpleGestures est une extension Chrome développée par kojima, et sa fonction principale est "設定画面・使い勝手のシンプルさにこだわったマウスジェスチャの拡張機能です。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension simpleGestures

Téléchargez les fichiers d'extension simpleGestures au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

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

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

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

Informations de Base sur l'Extension

Nom simpleGestures simpleGestures
ID flfminafiamnggnldfpilnfnmbgmiegn
URL Officiel https://chromewebstore.google.com/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn
Description 設定画面・使い勝手のシンプルさにこだわったマウスジェスチャの拡張機能です。
Taille du Fichier 308 KB
Nombre d'Installations 23,995
Version Actuelle 1.6.3
Dernière Mise à Jour 2023-04-09
Date de Publication 2020-06-30
Évaluation 4.09/5 Total 33 Évaluations
Développeur kojima
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/RyutaKojima/simpleGestures
Langues Prises en Charge 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"
}