Edge Scroll
Scroll the page via the edges
什麼是Edge Scroll?
Edge Scroll是由http://smallurl.in開發的Chrome擴展程式,該擴展的主要功能是“Scroll the page via the edges”。
下載Edge Scroll擴展crx文件
下載Edge Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WIP Edge Scrolling Extension, When your cursor is within a certain distance of any edge (100px) the page will scroll for you. Closer to the edge the faster it scrolls! This is currently Work In Progress and will soon acquire a settings panel with some customiseable options. To disable edge scrolling simply disable the extension!
擴展基本資訊
名稱 | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
官方網址 | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
簡介 | Scroll the page via the edges |
檔案大小 | 3.6 KB |
安裝次數 | 20 |
目前版本 | 0.0.1 |
更新時間 | 2014-08-15 |
上架時間 | 2014-08-15 |
評分 | 4.25/5 共 4 次評分 |
開發者 | http://smallurl.in |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edge Scroll", "description": "Scroll the page via the edges", "version": "0.0.1", "author": "Xeonr Network", "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scroller_script.js" ] } ], "manifest_version": 2 } |