Things to Toasters

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

Things to Toastersคืออะไร?

Things to Toasters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย max และคุณลักษณะหลักของมันคือ "Replaces the text 'internet of things' with 'wifi enabled toaster'."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Things to Toasters

ดาวน์โหลดไฟล์ส่วนขยาย Things to Toasters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
คำอธิบาย Replaces the text 'internet of things' with 'wifi enabled toaster'.
ขนาดไฟล์ 12.03 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-01-06
วันที่เผยแพร่ 2016-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา max
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}