Scroll Half Page

Key binds to scroll a half page.

Wat is Scroll Half Page?

Scroll Half Page is een Chrome-extensie ontwikkeld door mkhr, en de belangrijkste functie is "Key binds to scroll a half page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Scroll Half Page

Download Scroll Half Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Scroll Half Page Scroll Half Page
ID ihaaiappdjoikdfganmmbabjdaiobpoc
Officiële URL https://chromewebstore.google.com/detail/scroll-half-page/ihaaiappdjoikdfganmmbabjdaiobpoc
Beschrijving Key binds to scroll a half page.
Bestandsgrootte 12.51 KB
Aantal Installaties 245
Huidige Versie 0.1.5
Laatst Bijgewerkt 2013-02-04
Publicatiedatum 2013-02-04
Beoordeling 2.44/5 Totaal 18 Beoordelingen
Ontwikkelaar mkhr
Betalingswijze free
Ondersteunde Talen 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"
    ]
}