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
官方網址 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"
    }
}