Tab Switcher with Wheel
Switch tabs with mouse wheel.
Tab Switcher with Wheelとは何ですか?
Tab Switcher with WheelはY2NRによって開発されたChromeの拡張機能で、その主な機能は「Switch tabs with mouse wheel.」です。
拡張機能のスクリーンショット
Tab Switcher with Wheel拡張機能のCRXファイルをダウンロード
Tab Switcher with Wheel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I got tired of selecting a tab using the mouse cursor. So I created this extension. You can switch tabs using the right-click and mouse wheel. Just scroll the mouse wheel while pressing right-click. Directions (left/right) can be changed depending on the setting. By turning "Infinite switching" option on, tab switching does not stop at the last tab. To open the settings popup, please pin this extension and click the icon. -Notice This extension does not work on chrome options/extension tabs and pages starting with file://. And If the web page has iFrame on it, this extension may not work properly. -Change Log v0.5.2 fixed minor bugs.
拡張機能の基本情報
名前 | Tab Switcher with Wheel |
ID | njpglomobjcmfhnojgielibggimlmcho |
公式URL | https://chromewebstore.google.com/detail/tab-switcher-with-wheel/njpglomobjcmfhnojgielibggimlmcho |
説明 | Switch tabs with mouse wheel. |
ファイルサイズ | 18.87 KB |
インストール数 | 1,102 |
現在のバージョン | 0.5.2 |
最終更新日 | 2020-09-11 |
公開日 | 2020-09-09 |
評価 | 2.46/5 合計 13 レビュー |
開発者 | Y2NR |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/Y2NR1 |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.5.2", "manifest_version": 2, "description": "__MSG_ext_desc__", "default_locale": "en", "permissions": [ "webNavigation", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "16": "images\/Tab Switcher icon_16.png", "48": "images\/Tab Switcher icon_48.png", "128": "images\/Tab Switcher icon_128.png" }, "browser_action": { "default_icon": "images\/Tab Switcher icon_32.png", "default_title": "Tab Switcher with Wheel", "default_popup": "popup.html" } } |