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