Mike Tython Tranthlator
Translates your webpage into Mike Tyson speak
Mike Tython Tranthlatorคืออะไร?
Mike Tython Tranthlator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theFeez และคุณลักษณะหลักของมันคือ "Translates your webpage into Mike Tyson speak"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mike Tython Tranthlator
ดาวน์โหลดไฟล์ส่วนขยาย Mike Tython Tranthlator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Translates your webpage into Mike Tyson speak
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifcpjjbmphnmmhlopihbklkmihlgofpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp |
คำอธิบาย | Translates your webpage into Mike Tyson speak |
ขนาดไฟล์ | 13.51 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-01-24 |
วันที่เผยแพร่ | 2016-01-23 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | theFeez |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mike Tython Tranthlator", "description": "Translates your webpage into Mike Tyson speak", "version": "0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |