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