Comic Sans Everywhere

Changes the font of all text on web pages to Comic Sans.

什么是Comic Sans Everywhere?

Comic Sans Everywhere是由Sumo Marketing Solutions开发的Chrome扩展程序,该扩展的主要功能是“Changes the font of all text on web pages to Comic Sans.”。

扩展截图

screenshot

下载Comic Sans Everywhere扩展crx文件

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

扩展使用说明

                        Introducing the Comic Sans Extension - the font choice for rebels, pranksters, and those who refuse to conform to the boring norms of the design world! With this extension, you can transform any website's font into the infamous Comic Sans, bringing a playful and lighthearted vibe to your browsing experience. Get ready to add a touch of whimsy to your online adventures and watch as onlookers gasp in horror and delight at your audacious font choice!                    

扩展基本信息

名称 Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
官方URL https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
简介 Changes the font of all text on web pages to Comic Sans.
文件大小 3.19 KB
安装次数 27
当前版本 1.0
更新时间 2023-04-03
上架时间 2023-04-03
开发者 Sumo Marketing Solutions
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Everywhere",
    "version": "1.0",
    "description": "Changes the font of all text on web pages to Comic Sans.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}