Scroll-Anywhere
Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage.
什麼是Scroll-Anywhere?
Scroll-Anywhere是由em_te開發的Chrome擴展程式,該擴展的主要功能是“Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage.”。
擴展截圖
下載Scroll-Anywhere擴展crx文件
下載Scroll-Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to scroll the webpage no matter where the pointer is, as if the pointer was currently over the scrollbar. Simply hold down the middle button anywhere on the webpage and move the mouse in any direction. You can also go into the extension's settings page and change the direction of the scroll so that it behaves like touch devices. As an optimization, if you hold down the middle button, move the mouse a little and then very quickly release the button, you can continue to scroll the webpage without needing to keep the mouse button pressed. This extension is open source: https://github.com/em-te/webextension-scrollbar-anywhere Caveat: This extension cannot work on the Extensions Gallery (this website).
擴展基本資訊
名稱 | Scroll-Anywhere |
ID | efdjjpechpdfmdnpamdppjahcemapgbn |
官方網址 | https://chromewebstore.google.com/detail/scroll-anywhere/efdjjpechpdfmdnpamdppjahcemapgbn |
簡介 | Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage. |
檔案大小 | 10.71 KB |
安裝次數 | 21 |
目前版本 | 0.1.3 |
更新時間 | 2022-04-12 |
上架時間 | 2022-03-30 |
評分 | 3.00/5 共 2 次評分 |
開發者 | em_te |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/em-te/webextension-scrollbar-anywhere |
隱私政策頁面URL | https://em-te.github.io/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.1.3", "description": "__MSG_extensionDescription__", "manifest_version": 3, "default_locale": "en", "icons": { "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.htm" }, "content_scripts": [ { "matches": [ " |