Simple smooth scrolling

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

Cos'è Simple smooth scrolling?

Simple smooth scrolling è un'estensione di Chrome sviluppata da ipcws, e la sua funzione principale è "Based on crxmouse, only smooth scrolling, and no background process.".

Scarica il file CRX dell'estensione Simple smooth scrolling

Scarica i file di estensione Simple smooth scrolling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
URL Ufficiale https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Descrizione Based on crxmouse, only smooth scrolling, and no background process.
Dimensione del File 24.85 KB
Conteggio Installazioni 1,000
Versione Corrente 3.0
Ultimo Aggiornamento 2015-06-20
Data di Pubblicazione 2015-06-20
Valutazione 3.78/5 Totale 36 Valutazioni
Sviluppatore ipcws
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}