Comic Sans Everywhere

Change every font on the website to Comic Sans.

Comic Sans Everywhereとは何ですか?

Comic Sans Everywhereはmkonstantinowによって開発されたChromeの拡張機能で、その主な機能は「Change every font on the website to Comic Sans.」です。

拡張機能のスクリーンショット

screenshot

Comic Sans Everywhere拡張機能のCRXファイルをダウンロード

Comic Sans Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

拡張機能の基本情報

名前 Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
公式URL https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
説明 Change every font on the website to Comic Sans.
ファイルサイズ 134 KB
インストール数 331
現在のバージョン 1.1
最終更新日 2023-07-04
公開日 2023-04-11
評価 4.50/5 合計 4 レビュー
開発者 mkonstantinow
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}