Rescroller

Decorate your scrollbars.

Rescroller là gì?

Rescroller là một tiện ích mở rộng Chrome được phát triển bởi David Watkins, và tính năng chính của nó là "Decorate your scrollbars.".

Ả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 Rescroller

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

                        Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually.

Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller                    

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

Tên Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
URL Chính Thức https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
Mô tả Decorate your scrollbars.
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 42,842
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-07
Đánh Giá 4.43/5 Tổng số 360 Đánh Giá
Nhà Phát Triển David Watkins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rescroller",
    "version": "1.3",
    "version_name": "1.3",
    "manifest_version": 2,
    "description": "Decorate your scrollbars.",
    "icons": {
        "16": "appicons\/icon16.png",
        "19": "appicons\/icon19.png",
        "48": "appicons\/icon48.png",
        "128": "appicons\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Rescroller Settings",
        "default_icon": "appicons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/cssjson.js",
            "js\/rescroller.js",
            "js\/background.js"
        ],
        "persistant": false
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/defaults\/up.png",
        "images\/defaults\/down.png",
        "images\/defaults\/left.png",
        "images\/defaults\/right.png"
    ]
}