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 |
公式URL | 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 } |