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