Tab Wheel Scroll
Scroll tabs with alt + mouse wheel OR right click + mouse wheel.
Vad är Tab Wheel Scroll?
Tab Wheel Scroll är en Chrome-tillägg utvecklad av https://www.jonathan-plantey.fr, och dess huvudfunktion är "Scroll tabs with alt + mouse wheel OR right click + mouse wheel.".
Tilläggsskärmbilder
Ladda ner Tab Wheel Scroll-förlängningens CRX-fil
Ladda ner Tab Wheel Scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | aknfcgiicpmnfhncpljcadokcghjblal |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-wheel-scroll/aknfcgiicpmnfhncpljcadokcghjblal |
| Beskrivning | Scroll tabs with alt + mouse wheel OR right click + mouse wheel. |
| Filstorlek | 30.25 KB |
| Antal Installationer | 8,543 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2023-02-09 |
| Publiceringsdatum | 2016-03-07 |
| Betyg | 2.54/5 Totalt 97 Betyg |
| Utvecklare | https://www.jonathan-plantey.fr |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |