Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
Cyber to Wizardคืออะไร?
Cyber to Wizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will Oberndorfer และคุณลักษณะหลักของมันคือ "Replaces the text 'cyber' with 'wizard'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyber to Wizard
ดาวน์โหลดไฟล์ส่วนขยาย Cyber to Wizard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces 'cyber' with 'wizard'. They're the same thing, right?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cyber to Wizard |
ID | ijefilfadoeifnioiaajdiioacmdebel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel |
คำอธิบาย | Replaces the text 'cyber' with 'wizard'. |
ขนาดไฟล์ | 3.36 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-05-26 |
วันที่เผยแพร่ | 2015-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Will Oberndorfer |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mancxvi/cyber-to-wizard |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyber to Wizard", "version": "1.0", "description": "Replaces the text 'cyber' with 'wizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |