Mousetures
Mouse and rocker gestures for tab switching, closing, and reloading
Mouseturesとは何ですか?
MouseturesはDan Wendorfによって開発されたChromeの拡張機能で、その主な機能は「Mouse and rocker gestures for tab switching, closing, and reloading」です。
Mousetures拡張機能のCRXファイルをダウンロード
Mousetures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Close, refresh, and switch tabs with simple mouse gestures. To close, hold the right mouse button, drag down, and release. To refresh, hold the right mouse button, drag down then up, and release. Switch tabs using mouse rocker gestures. To switch to the tab to the right of your current tab, hold the left mouse button and right-click. To switch to the tab to the left of your current tab, hold the right mouse button and left-click. To cycle through multiple tabs, keep holding the mouse button, and click repeatedly.
拡張機能の基本情報
名前 | ![]() |
ID | fadopffbmckhlapnajkgbgldgpcebfid |
公式URL | https://chrome.google.com/webstore/detail/mousetures/fadopffbmckhlapnajkgbgldgpcebfid |
説明 | Mouse and rocker gestures for tab switching, closing, and reloading |
ファイルサイズ | 9.03 KB |
インストール数 | 36 |
現在のバージョン | 0.7.0 |
最終更新日 | 2015-05-24 |
公開日 | 2015-05-24 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | Dan Wendorf |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/wendorf/mousetures |
ヘルプページのURL | https://github.com/wendorf/mousetures/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mousetures", "description": "Mouse and rocker gestures for tab switching, closing, and reloading", "version": "0.7.0", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "actions.js", "background.js", "upgradeContentScripts.js" ] }, "content_scripts": [ { "matches": [ " |