Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

Что такое Comic Sans-ifer 3000?

Comic Sans-ifer 3000 - это расширение Chrome, разработанное Clarissa Kleveno, и его основная функция - "Changes everything to Comic Sans for no reason".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Comic Sans-ifer 3000 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

Основная информация о расширении

Название Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
Официальный URL https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
Описание Changes everything to Comic Sans for no reason
Размер файла 24.35 KB
Количество установок 35
Текущая Версия 0.1.0
Последнее Обновление 2017-03-04
Дата публикации 2017-03-04
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Clarissa Kleveno
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}