Scroll Master

Your scroller with more control.

Scroll Master là gì?

Scroll Master là một tiện ích mở rộng Chrome được phát triển bởi ziyu.app, và tính năng chính của nó là "Your scroller with more control.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Scroll Master 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

                                            

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

Tên Scroll Master Scroll Master
ID mhalmopmocdbokhgdbooincjafblpjnb
URL Chính Thức https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb
Mô tả Your scroller with more control.
Kích Thước Tệp 310 KB
Số Lần Cài Đặt 324
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2015-09-21
Ngày Phát Hành 2015-09-21
Đánh Giá 3.86/5 Tổng số 35 Đánh Giá
Nhà Phát Triển ziyu.app
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/compiled.js"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "fonts\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}