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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |