Comic Sans Everywhere

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

Что такое Comic Sans Everywhere?

Comic Sans Everywhere - это расширение Chrome, разработанное Sumo Marketing Solutions, и его основная функция - "Changes the font of all text on web pages to Comic Sans.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Comic Sans Everywhere

Скачайте файлы расширений 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"
            ]
        }
    ]
}