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…

¿Qué es Themes - Website Style Customizer?

Themes - Website Style Customizer es una extensión de Chrome desarrollada por Luke Graham, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Themes - Website Style Customizer

Descarga archivos de extensión Themes - Website Style Customizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
URL Oficial https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Descripción Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Tamaño del Archivo 227 KB
Cantidad de Instalaciones 77
Versión Actual 5.25
Última Actualización 2022-02-08
Fecha de Publicación 2021-01-05
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador Luke Graham
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}