Clown computing

Replaces the text 'cloud' with 'clown'.

Clown computingとは何ですか?

Clown computingはtechnoboy85によって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'cloud' with 'clown'.」です。

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

screenshot
screenshot

Clown computing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL                    

拡張機能の基本情報

名前 Clown computing Clown computing
ID donnhmnpkaihbjbanpoiechcppadniam
公式URL https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam
説明 Replaces the text 'cloud' with 'clown'.
ファイルサイズ 32.76 KB
インストール数 69
現在のバージョン 1.0
最終更新日 2014-09-23
公開日 2014-09-23
評価 3.67/5 合計 6 レビュー
開発者 technoboy85
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clown computing",
    "version": "1.0",
    "description": "Replaces the text 'cloud' with 'clown'.",
    "icons": {
        "128": "pennywise.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}