Scroll Half Page

Key binds to scroll a half page.

Qu'est-ce que Scroll Half Page ?

Scroll Half Page est une extension Chrome développée par mkhr, et sa fonction principale est "Key binds to scroll a half page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Scroll Half Page

Téléchargez les fichiers d'extension Scroll Half Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Scroll Half Page Scroll Half Page
ID ihaaiappdjoikdfganmmbabjdaiobpoc
URL Officiel https://chromewebstore.google.com/detail/scroll-half-page/ihaaiappdjoikdfganmmbabjdaiobpoc
Description Key binds to scroll a half page.
Taille du Fichier 12.51 KB
Nombre d'Installations 245
Version Actuelle 0.1.5
Dernière Mise à Jour 2013-02-04
Date de Publication 2013-02-04
Évaluation 2.44/5 Total 18 Évaluations
Développeur mkhr
Type de Paiement free
Langues Prises en Charge 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"
    ]
}