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…

Vad är Themes - Website Style Customizer?

Themes - Website Style Customizer är en Chrome-tillägg utvecklad av Luke Graham, och dess huvudfunktion är "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Tilläggsskärmbilder

screenshot

Ladda ner Themes - Website Style Customizer-förlängningens CRX-fil

Ladda ner Themes - Website Style Customizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Officiell webbadress https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Beskrivning Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Filstorlek 227 KB
Antal Installationer 77
Aktuell Version 5.25
Senast Uppdaterad 2022-02-08
Publiceringsdatum 2021-01-05
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare Luke Graham
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}