Things to Toasters

Replaces the text 'internet of things' with 'wifi enabled toaster'.

Things to Toasters là gì?

Things to Toasters là một tiện ích mở rộng Chrome được phát triển bởi max, và tính năng chính của nó là "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Things to Toasters 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

                        Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'.

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

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

Tên Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
URL Chính Thức https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Mô tả Replaces the text 'internet of things' with 'wifi enabled toaster'.
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-01-06
Ngày Phát Hành 2016-01-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển max
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": "Things to Toasters",
    "version": "1.2",
    "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}