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