Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

什麼是Grey Scrollbar with buttons?

Grey Scrollbar with buttons是由chippy開發的Chrome擴展程式,該擴展的主要功能是“Widens and darkens the scrollbar and adds back the buttons. Uses css only.”。

擴展截圖

screenshot

下載Grey Scrollbar with buttons擴展crx文件

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

擴展使用說明

                        This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.                    

擴展基本資訊

名稱 Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
官方網址 https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
簡介 Widens and darkens the scrollbar and adds back the buttons. Uses css only.
檔案大小 11.05 KB
安裝次數 1,126
目前版本 0.1.2
更新時間 2014-04-12
上架時間 2014-04-12
評分 4.63/5 共 16 次評分
開發者 chippy
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Scrollbar with buttons",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "version": "0.1.2",
    "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}