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
公式URL 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"
}