Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Beautiful Scrollbarとは何ですか?

Beautiful ScrollbarはNiels Prinsによって開発されたChromeの拡張機能で、その主な機能は「The easy way to a more minimal, clean and beautiful scrollbar!」です。

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

screenshot

Beautiful Scrollbar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An easy way to give your browser a better look and feel                    

拡張機能の基本情報

名前 Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
公式URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
説明 The easy way to a more minimal, clean and beautiful scrollbar!
ファイルサイズ 243 KB
インストール数 43
現在のバージョン 1.1
最終更新日 2021-10-02
公開日 2021-09-17
評価 5.00/5 合計 3 レビュー
開発者 Niels Prins
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}