Comic Sans Scare

Scare your friends by turning all their pages into... Comic Sans, ooOOOooo

Comic Sans Scareとは何ですか?

Comic Sans ScareはDesignUXUIによって開発されたChromeの拡張機能で、その主な機能は「Scare your friends by turning all their pages into... Comic Sans, ooOOOooo」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Have some fun scaring your designer friends with this extension. 

Here is how:
1. While they are away from their computer, discreetly install this extension
2. Watch as all the fonts on every site they visit turns to Comic Sans                    

拡張機能の基本情報

名前 Comic Sans Scare Comic Sans Scare
ID enemmajghcoelaldneaemhkcbheajpod
公式URL https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod
説明 Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
ファイルサイズ 164 KB
インストール数 87
現在のバージョン 1
最終更新日 2014-10-31
公開日 2014-10-31
評価 4.71/5 合計 7 レビュー
開発者 DesignUXUI
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Scare",
    "version": "1",
    "manifest_version": 2,
    "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo",
    "homepage_url": "http:\/\/www.uitogether.com",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Comic Sans Scare"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}