Green Sliders

Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.

Green Slidersとは何ですか?

Green SlidersはStephen Cerrutiによって開発されたChromeの拡張機能で、その主な機能は「Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.」です。

拡張機能のスクリーンショット

screenshot

Green Sliders拡張機能のCRXファイルをダウンロード

Green Sliders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.                    

拡張機能の基本情報

名前 Green Sliders Green Sliders
ID ekclgcnohbbnobgdoolbikeigdjnhdnp
公式URL https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp
説明 Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
ファイルサイズ 34.33 KB
インストール数 463
現在のバージョン 1.0
最終更新日 2016-04-16
公開日 2016-04-15
評価 4.25/5 合計 4 レビュー
開発者 Stephen Cerruti
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Green Sliders",
    "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scoutbook.com\/*"
            ],
            "css": [
                "greenSliders.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    }
}