Simple smooth scrolling

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

What is Simple smooth scrolling?

Simple smooth scrolling is a Chrome extension developed by ipcws, and its main feature is "Based on crxmouse, only smooth scrolling, and no background process.".

Download Simple smooth scrolling Extension CRX File

Download Simple smooth scrolling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
Official URL https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Description Based on crxmouse, only smooth scrolling, and no background process.
File Size 24.85 KB
Installation Count 1,000
Current Version 3.0
Last Updated 2015-06-20
Publish Date 2015-06-20
Rating 3.78/5 Total 36 Ratings
Developer ipcws
Payment Type free
Supported Languages 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"
    ]
}