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"
    ]
}