Tab Wheel Scroll
Scroll tabs with alt + mouse wheel OR right click + mouse wheel.
Tab Wheel Scrollとは何ですか?
Tab Wheel Scrollはhttps://www.jonathan-plantey.frによって開発されたChromeの拡張機能で、その主な機能は「Scroll tabs with alt + mouse wheel OR right click + mouse wheel.」です。
拡張機能のスクリーンショット
Tab Wheel Scroll拡張機能のCRXファイルをダウンロード
Tab Wheel Scroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Usage to scroll through your open tabs ---------------------------------------- Way 1 : Press ALT Key + mouse wheel Way 2 : Press mouse right button + mouse wheel When you scroll your mouse has to be anywhere over the page but not over the tabs. Also, if you once disabled the extension and re-enable it, all the tabs has to be reloaded to register the event (restart chrome is fine). Where it works --------------- It's working on every pages with real content loaded EXCEPT internal "chrome://" pages or "https://chrome.google.com/*" pages. It's open source ! ---------------------------- Feel free to contribute https://github.com/johndodev/TabWheelScroll
拡張機能の基本情報
名前 | Tab Wheel Scroll |
ID | aknfcgiicpmnfhncpljcadokcghjblal |
公式URL | https://chromewebstore.google.com/detail/tab-wheel-scroll/aknfcgiicpmnfhncpljcadokcghjblal |
説明 | Scroll tabs with alt + mouse wheel OR right click + mouse wheel. |
ファイルサイズ | 30.25 KB |
インストール数 | 8,543 |
現在のバージョン | 2.1 |
最終更新日 | 2023-02-09 |
公開日 | 2016-03-07 |
評価 | 2.54/5 合計 97 レビュー |
開発者 | https://www.jonathan-plantey.fr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Wheel Scroll", "version": "2.1", "description": "Scroll tabs with alt + mouse wheel OR right click + mouse wheel.", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Jonathan Plantey", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |