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
官方網址 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
電子郵箱 [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
}