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
官方網址 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
電子郵箱 [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"
        }
    ]
}