Simple Gray Scrollbar

Minimalistic scrollbar replacement for chrome

什麼是Simple Gray Scrollbar?

Simple Gray Scrollbar是由edgrd開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic scrollbar replacement for chrome”。

擴展截圖

screenshot

下載Simple Gray Scrollbar擴展crx文件

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

擴展使用說明

                        Simple minimalistic scrollbar replacement for chrome.                    

擴展基本資訊

名稱 Simple Gray Scrollbar Simple Gray Scrollbar
ID bnnnmmkacabiihpcdamfcmcodfjfbcdi
官方網址 https://chromewebstore.google.com/detail/simple-gray-scrollbar/bnnnmmkacabiihpcdamfcmcodfjfbcdi
簡介 Minimalistic scrollbar replacement for chrome
檔案大小 3.51 KB
安裝次數 140
目前版本 2.7.6
更新時間 2019-05-23
上架時間 2019-05-23
評分 4.25/5 共 4 次評分
開發者 edgrd
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Gray Scrollbar",
    "version": "2.7.6",
    "description": "Minimalistic scrollbar replacement for chrome",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}