Simple smooth scrolling

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

Simple smooth scrolling là gì?

Simple smooth scrolling là một tiện ích mở rộng Chrome được phát triển bởi ipcws, và tính năng chính của nó là "Based on crxmouse, only smooth scrolling, and no background process.".

Tải xuống tệp CRX của tiện ích mở rộng Simple smooth scrolling

Tải xuống các tệp mở rộng Simple smooth scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
URL Chính Thức https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
Mô tả Based on crxmouse, only smooth scrolling, and no background process.
Kích Thước Tệp 24.85 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2015-06-20
Ngày Phát Hành 2015-06-20
Đánh Giá 3.78/5 Tổng số 36 Đánh Giá
Nhà Phát Triển ipcws
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}