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
Eメール [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"
    }
}