Themes - Website Style Customizer

Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…

O que é Themes - Website Style Customizer?

Themes - Website Style Customizer é uma extensão do Chrome desenvolvida por Luke Graham, e sua principal característica é "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Themes - Website Style Customizer

Baixe arquivos de extensão Themes - Website Style Customizer 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

                        Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to reapply one when you revisit a page, or you can erase the theme at any time.                    

Informações Básicas da Extensão

Nome Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
URL Oficial https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Descrição Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Tamanho do Arquivo 227 KB
Contagem de Instalações 77
Versão Atual 5.25
Última Atualização 2022-02-08
Data de Publicação 2021-01-05
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor Luke Graham
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes - Website Style Customizer",
    "version": "5.25",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Themes",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}