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…

什么是Themes - Website Style Customizer?

Themes - Website Style Customizer是由Luke Graham开发的Chrome扩展程序,该扩展的主要功能是“Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…”。

扩展截图

screenshot

下载Themes - Website Style Customizer扩展crx文件

下载Themes - Website Style Customizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
官方URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
简介 Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
文件大小 227 KB
安装次数 77
当前版本 5.25
更新时间 2022-02-08
上架时间 2021-01-05
评分 4.75/5 共8次评分
开发者 Luke Graham
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}