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
官方網址 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"
        }
    ]
}