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!                    

扩展基本信息

名称 Edge Scroll Edge Scroll
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
}