Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

什么是Comic Sans-ifer 3000?

Comic Sans-ifer 3000是由Clarissa Kleveno开发的Chrome扩展程序,该扩展的主要功能是“Changes everything to Comic Sans for no reason”。

扩展截图

screenshot
screenshot
screenshot

下载Comic Sans-ifer 3000扩展crx文件

下载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"
    }
}