Beautiful Scrollbar

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

O que é Beautiful Scrollbar?

Beautiful Scrollbar é uma extensão do Chrome desenvolvida por Niels Prins, e sua principal característica é "The easy way to a more minimal, clean and beautiful scrollbar!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Beautiful Scrollbar

Baixe arquivos de extensão Beautiful Scrollbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
URL Oficial https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Descrição The easy way to a more minimal, clean and beautiful scrollbar!
Tamanho do Arquivo 243 KB
Contagem de Instalações 43
Versão Atual 1.1
Última Atualização 2021-10-02
Data de Publicação 2021-09-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Niels Prins
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}