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…

What is Themes - Website Style Customizer?

Themes - Website Style Customizer is a Chrome extension developed by Luke Graham, and its main feature 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…".

Extension Screenshots

screenshot

Download Themes - Website Style Customizer Extension CRX File

Download Themes - Website Style Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Official URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Description Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
File Size 227 KB
Installation Count 77
Current Version 5.25
Last Updated 2022-02-08
Publish Date 2021-01-05
Rating 4.75/5 Total 8 Ratings
Developer Luke Graham
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}