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…

Wat is Themes - Website Style Customizer?

Themes - Website Style Customizer is een Chrome-extensie ontwikkeld door Luke Graham, en de belangrijkste functie is "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Themes - Website Style Customizer

Download Themes - Website Style Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Officiële URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Beschrijving Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Bestandsgrootte 227 KB
Aantal Installaties 77
Huidige Versie 5.25
Laatst Bijgewerkt 2022-02-08
Publicatiedatum 2021-01-05
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar Luke Graham
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}