Fancy Scrollbars

Give Google Chrome fancy scrollbars!

什麼是Fancy Scrollbars?

Fancy Scrollbars是由Ambrose Chua (Legacy)開發的Chrome擴展程式,該擴展的主要功能是“Give Google Chrome fancy scrollbars!”。

擴展截圖

screenshot
screenshot
screenshot

下載Fancy Scrollbars擴展crx文件

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

擴展使用說明

                        Give Google Chrome fancier scrollbars that overwrite the native ones.                    

擴展基本資訊

名稱 Fancy Scrollbars Fancy Scrollbars
ID geanglipdfaclincpjddaoenfodldgnl
官方網址 https://chromewebstore.google.com/detail/fancy-scrollbars/geanglipdfaclincpjddaoenfodldgnl
簡介 Give Google Chrome fancy scrollbars!
檔案大小 7.14 KB
安裝次數 59
目前版本 0.1.3
更新時間 2014-03-29
上架時間 2014-03-29
評分 2.80/5 共 5 次評分
開發者 Ambrose Chua (Legacy)
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fancy Scrollbars",
    "description": "Give Google Chrome fancy scrollbars! ",
    "version": "0.1.3",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}