Scroll Half Page

Key binds to scroll a half page.

什么是Scroll Half Page?

Scroll Half Page是由mkhr开发的Chrome扩展程序,该扩展的主要功能是“Key binds to scroll a half page.”。

扩展截图

screenshot
screenshot

下载Scroll Half Page扩展crx文件

下载Scroll Half Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For those who love to use the space bar to scroll pages, this extension binds [Ctrl + Space] to scroll a half page down, and [Shift + Ctrl + Space] to scroll a half page up by default.

You can change those binds at the options page.
[Space]
- Browser's default
- Scroll a half page

[Ctrl + Space]
- Browser's default
- Scroll a half page
- Scroll a page                    

扩展基本信息

名称 Scroll Half Page Scroll Half Page
ID ihaaiappdjoikdfganmmbabjdaiobpoc
官方URL https://chromewebstore.google.com/detail/scroll-half-page/ihaaiappdjoikdfganmmbabjdaiobpoc
简介 Key binds to scroll a half page.
文件大小 12.51 KB
安装次数 245
当前版本 0.1.5
更新时间 2013-02-04
上架时间 2013-02-04
评分 2.44/5 共18次评分
开发者 mkhr
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Half Page",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}