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…

Co je Themes - Website Style Customizer?

Themes - Website Style Customizer je rozšíření Chrome vyvinuté Luke Graham, a jeho hlavní funkcí je „Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Themes - Website Style Customizer

Stáhněte si soubory rozšíření Themes - Website Style Customizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Oficiální URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Popis Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Velikost souboru 227 KB
Počet instalací 77
Aktuální Verze 5.25
Poslední Aktualizace 2022-02-08
Datum Vydání 2021-01-05
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář Luke Graham
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}