Simple smooth scrolling

Based on crxmouse, only smooth scrolling, and no background process.

Qu'est-ce que Simple smooth scrolling ?

Simple smooth scrolling est une extension Chrome développée par ipcws, et sa fonction principale est "Based on crxmouse, only smooth scrolling, and no background process.".

Télécharger le fichier CRX de l'extension Simple smooth scrolling

Téléchargez les fichiers d'extension Simple smooth scrolling 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

                        A simple smooth scrolling extension. based on gestures for chrome(TM)(also crxmouse).Only smooth scrolling, no others, no background process.                    

Informations de Base sur l'Extension

Nom Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
URL Officiel https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Description Based on crxmouse, only smooth scrolling, and no background process.
Taille du Fichier 24.85 KB
Nombre d'Installations 1,000
Version Actuelle 3.0
Dernière Mise à Jour 2015-06-20
Date de Publication 2015-06-20
Évaluation 3.78/5 Total 36 Évaluations
Développeur ipcws
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/scroll.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options.html",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}