Internet of Things to Internet of Thangs

Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'

什么是Internet of Things to Internet of Thangs?

Internet of Things to Internet of Thangs是由Netfelix开发的Chrome扩展程序,该扩展的主要功能是“Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'”。

扩展截图

screenshot

下载Internet of Things to Internet of Thangs扩展crx文件

下载Internet of Things to Internet of Thangs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of seeing the phrase "Internet of Things" in every LinkedIn Pulse and TechCrunch article? Drastically improve your quality of life by changing any reference to the phrase "Internet of Things" to "Internet of Thangs."                    

扩展基本信息

名称 Internet of Things to Internet of Thangs Internet of Things to Internet of Thangs
ID dfilefbkocbdaeaclelenpfeekfegkll
官方URL https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll
简介 Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
文件大小 11.5 KB
安装次数 17
当前版本 0.2
更新时间 2016-01-16
上架时间 2016-01-16
评分 5.00/5 共1次评分
开发者 Netfelix
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Internet of Things to Internet of Thangs",
    "description": "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'",
    "version": "0.2",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}