Rescroller

Decorate your scrollbars.

什麼是Rescroller?

Rescroller是由David Watkins開發的Chrome擴展程式,該擴展的主要功能是“Decorate your scrollbars.”。

擴展截圖

screenshot
screenshot
screenshot

下載Rescroller擴展crx文件

下載Rescroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
官方網址 https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
簡介 Decorate your scrollbars.
檔案大小 320 KB
安裝次數 42,842
目前版本 1.3
更新時間 2016-08-08
上架時間 2016-08-07
評分 4.43/5 共 360 次評分
開發者 David Watkins
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}