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
电子邮箱 [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"
            ]
        }
    ]
}