Custom Scroll Bar

Custom Scroll Bar

什麼是Custom Scroll Bar?

Custom Scroll Bar是由Kunihiro Ando開發的Chrome擴展程式,該擴展的主要功能是“Custom Scroll Bar”。

下載Custom Scroll Bar擴展crx文件

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

擴展使用說明

                        CSS injection
  

  Options Page                    

擴展基本資訊

名稱 Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
官方網址 https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
簡介 Custom Scroll Bar
檔案大小 9.59 KB
安裝次數 136
目前版本 1.0
更新時間 2015-06-24
上架時間 2015-06-24
評分 4.43/5 共 7 次評分
開發者 Kunihiro Ando
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}