Simple smooth scrolling

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

Simple smooth scrollingとは何ですか?

Simple smooth scrollingはipcwsによって開発されたChromeの拡張機能で、その主な機能は「Based on crxmouse, only smooth scrolling, and no background process.」です。

Simple smooth scrolling拡張機能のCRXファイルをダウンロード

Simple smooth scrolling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
公式URL https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
説明 Based on crxmouse, only smooth scrolling, and no background process.
ファイルサイズ 24.85 KB
インストール数 1,000
現在のバージョン 3.0
最終更新日 2015-06-20
公開日 2015-06-20
評価 3.78/5 合計 36 レビュー
開発者 ipcws
支払い方法 free
対応言語 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"
    ]
}