Comic-Sansify

Makes all text comic sans

Comic-Sansifyとは何ですか?

Comic-SansifyはJによって開発されたChromeの拡張機能で、その主な機能は「Makes all text comic sans」です。

拡張機能のスクリーンショット

screenshot

Comic-Sansify拡張機能のCRXファイルをダウンロード

Comic-Sansify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever wanted all the text on your screen to be in Comic Sans MS? Alternatively, has someone you know accidentally left their computer open? Install this extension to change all font on all web pages to Comic Sans MS! (May be helpful to turn off the icon if it's on a friends computer).                    

拡張機能の基本情報

名前 Comic-Sansify Comic-Sansify
ID ddkjmidefllejkhcilononfkalmbijnk
公式URL https://chromewebstore.google.com/detail/comic-sansify/ddkjmidefllejkhcilononfkalmbijnk
説明 Makes all text comic sans
ファイルサイズ 3.03 KB
インストール数 120
現在のバージョン 1.0
最終更新日 2014-12-05
公開日 2014-12-05
評価 5.00/5 合計 9 レビュー
開発者 J
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic-Sansify",
    "version": "1.0",
    "description": "Makes all text comic sans",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sheet.css"
            ]
        }
    ]
}