Scroll Half Page

Key binds to scroll a half page.

Was ist Scroll Half Page?

Scroll Half Page ist eine Chrome-Erweiterung, die von mkhr entwickelt wurde, und ihr Hauptmerkmal ist "Key binds to scroll a half page.".

Erweiterungsscreenshots

screenshot
screenshot

Scroll Half Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroll Half Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Scroll Half Page Scroll Half Page
ID ihaaiappdjoikdfganmmbabjdaiobpoc
Offizielle URL https://chromewebstore.google.com/detail/scroll-half-page/ihaaiappdjoikdfganmmbabjdaiobpoc
Beschreibung Key binds to scroll a half page.
Dateigröße 12.51 KB
Installationsanzahl 245
Aktuelle Version 0.1.5
Letztes Update 2013-02-04
Veröffentlichungsdatum 2013-02-04
Bewertung 2.44/5 Insgesamt 18 Bewertungen
Entwickler mkhr
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}