Beautiful Scrollbar

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

Vad är Beautiful Scrollbar?

Beautiful Scrollbar är en Chrome-tillägg utvecklad av Niels Prins, och dess huvudfunktion är "The easy way to a more minimal, clean and beautiful scrollbar!".

Tilläggsskärmbilder

screenshot

Ladda ner Beautiful Scrollbar-förlängningens CRX-fil

Ladda ner Beautiful Scrollbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Officiell webbadress https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Beskrivning The easy way to a more minimal, clean and beautiful scrollbar!
Filstorlek 243 KB
Antal Installationer 43
Aktuell Version 1.1
Senast Uppdaterad 2021-10-02
Publiceringsdatum 2021-09-17
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Niels Prins
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}