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
公式URL 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
Eメール [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"
    ]
}