Just a Scroll Bar

A simple scroll bar.

Just a Scroll Barとは何ですか?

Just a Scroll BarはTomによって開発されたChromeの拡張機能で、その主な機能は「A simple scroll bar.」です。

拡張機能のスクリーンショット

screenshot

Just a Scroll Bar拡張機能のCRXファイルをダウンロード

Just a Scroll Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A chrome extension replaces the browser default scroll bars.
No Ads.

Version 0.5
Two new options.

Version 0.4
Excludes Google sites that has custom scroll bar.

Version 0.3
Redesigned Dark,Light theme.
Redesigned options page.

Version 0.2
added Light theme                    

拡張機能の基本情報

名前 Just a Scroll Bar Just a Scroll Bar
ID dbncgcjogkfjlcggdcdmeamehigmmohj
公式URL https://chromewebstore.google.com/detail/just-a-scroll-bar/dbncgcjogkfjlcggdcdmeamehigmmohj
説明 A simple scroll bar.
ファイルサイズ 37.92 KB
インストール数 576
現在のバージョン 0.6
最終更新日 2013-06-12
公開日 2013-06-12
評価 4.83/5 合計 6 レビュー
開発者 Tom
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just a Scroll Bar",
    "version": "0.6",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scrollbar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple scroll bar.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "s16.png",
        "48": "s48.png",
        "128": "s128.png"
    }
}