Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Simple Black Scrollbarとは何ですか?

Simple Black Scrollbarはhttps://gh640.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.」です。

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

screenshot

Simple Black Scrollbar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

拡張機能の基本情報

名前 Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
公式URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
説明 Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
ファイルサイズ 248 KB
インストール数 1,145
現在のバージョン 1.0
最終更新日 2012-12-10
公開日 2012-12-09
評価 4.07/5 合計 28 レビュー
開発者 https://gh640.blogspot.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}