Knox to Jackie Handz
Replaces the text 'Andrew Knox' with 'Jackie Handz'.
Knox to Jackie Handzคืออะไร?
Knox to Jackie Handz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dick Hatch และคุณลักษณะหลักของมันคือ "Replaces the text 'Andrew Knox' with 'Jackie Handz'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Knox to Jackie Handz
ดาวน์โหลดไฟล์ส่วนขยาย Knox to Jackie Handz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Knox to Jackie Handz |
ID | mcedooifonhkbamlbanngbbckbkihiho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/knox-to-jackie-handz/mcedooifonhkbamlbanngbbckbkihiho |
คำอธิบาย | Replaces the text 'Andrew Knox' with 'Jackie Handz'. |
ขนาดไฟล์ | 31.11 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-04-30 |
วันที่เผยแพร่ | 2015-04-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Dick Hatch |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Knox to Jackie Handz", "version": "1.2", "description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |