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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |