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 là gì?

Internet of Things to Internet of Thangs là một tiện ích mở rộng Chrome được phát triển bởi Netfelix, và tính năng chính của nó là "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Internet of Things to Internet of Thangs

Tải xuống các tệp mở rộng Internet of Things to Internet of Thangs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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."                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Internet of Things to Internet of Thangs Internet of Things to Internet of Thangs
ID dfilefbkocbdaeaclelenpfeekfegkll
URL Chính Thức https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll
Mô tả Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Kích Thước Tệp 11.5 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-01-16
Ngày Phát Hành 2016-01-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Netfelix
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}