Simple smooth scrolling

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

Wat is Simple smooth scrolling?

Simple smooth scrolling is een Chrome-extensie ontwikkeld door ipcws, en de belangrijkste functie is "Based on crxmouse, only smooth scrolling, and no background process.".

Download het CRX-bestand van de extensie Simple smooth scrolling

Download Simple smooth scrolling-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

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

Basisinformatie over de Extensie

Naam Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
Officiële URL https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Beschrijving Based on crxmouse, only smooth scrolling, and no background process.
Bestandsgrootte 24.85 KB
Aantal Installaties 1,000
Huidige Versie 3.0
Laatst Bijgewerkt 2015-06-20
Publicatiedatum 2015-06-20
Beoordeling 3.78/5 Totaal 36 Beoordelingen
Ontwikkelaar ipcws
Betalingswijze free
Ondersteunde Talen 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"
    ]
}