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…

Hvad er Themes - Website Style Customizer?

Themes - Website Style Customizer er en Chrome-udvidelse udviklet af Luke Graham, og dens hovedfunktion er "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Udvidelsesskærmbilleder

screenshot

Download Themes - Website Style Customizer-udvidelses-CRX-fil

Download Themes - Website Style Customizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Officiel URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Beskrivelse Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Filstørrelse 227 KB
Antal Installationer 77
Nuværende Version 5.25
Senest Opdateret 2022-02-08
Udgivelsesdato 2021-01-05
Bedømmelse 4.75/5 Samlet 8 Bedømmelser
Udvikler Luke Graham
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}