Simple smooth scrolling

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

Apa itu Simple smooth scrolling?

Simple smooth scrolling adalah ekstensi Chrome yang dikembangkan oleh ipcws, dan fitur utamanya adalah "Based on crxmouse, only smooth scrolling, and no background process.".

Unduh Berkas CRX Ekstensi Simple smooth scrolling

Unduh file ekstensi Simple smooth scrolling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
URL Resmi https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Deskripsi Based on crxmouse, only smooth scrolling, and no background process.
Ukuran File 24.85 KB
Jumlah Instalasi 1,000
Versi Saat Ini 3.0
Terakhir Diperbarui 2015-06-20
Tanggal Publikasi 2015-06-20
Penilaian 3.78/5 Total 36 Penilaian
Pengembang ipcws
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}