Comic Sanser

Put the websites you hate in the font they deserve.

什么是Comic Sanser?

Comic Sanser是由Ruben Verborgh开发的Chrome扩展程序,该扩展的主要功能是“Put the websites you hate in the font they deserve.”。

扩展截图

screenshot
screenshot
screenshot

下载Comic Sanser扩展crx文件

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

扩展使用说明

                        Are you tired of certain websites that don't live up to your standards?
This extension makes your life better by changing their font to Comic Sans MS.

Align their design in perfect harmony with their quality.
This leads to lower expectations on your side, and thus less frustration.

This extension is a must-have: fast and easy.
You choose the domains on which you want Comic Sans, the extension does the rest.                    

扩展基本信息

名称 Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
官方URL https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
简介 Put the websites you hate in the font they deserve.
文件大小 6.51 KB
安装次数 21
当前版本 1.0.1
更新时间 2014-09-17
上架时间 2014-09-17
开发者 Ruben Verborgh
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sanser",
    "description": "Put the websites you hate in the font they deserve.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "comicsanser.js"
            ]
        }
    ],
    "options_page": "options.html"
}