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…

Cos'è Themes - Website Style Customizer?

Themes - Website Style Customizer è un'estensione di Chrome sviluppata da Luke Graham, e la sua funzione principale è "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Themes - Website Style Customizer

Scarica i file di estensione Themes - Website Style Customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
URL Ufficiale https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Descrizione Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Dimensione del File 227 KB
Conteggio Installazioni 77
Versione Corrente 5.25
Ultimo Aggiornamento 2022-02-08
Data di Pubblicazione 2021-01-05
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore Luke Graham
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}