Mouse Gestures
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…
Mouse Gesturesとは何ですか?
Mouse GesturesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…」です。
拡張機能のスクリーンショット
Mouse Gestures拡張機能のCRXファイルをダウンロード
Mouse Gestures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that affects as back. Hold right mouse button pressed and move mouse right - that affects as forward. Don't be scared of mouse track - it will disappear when the button is released!
拡張機能の基本情報
名前 | Mouse Gestures |
ID | mihlicfjbknojccbmgepbbgpndhibbng |
公式URL | https://chromewebstore.google.com/detail/mouse-gestures/mihlicfjbknojccbmgepbbgpndhibbng |
説明 | The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that… |
ファイルサイズ | 11.54 KB |
インストール数 | 13 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-20 |
公開日 | 2020-04-16 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Gestures", "version": "1.0", "manifest_version": 2, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |