Liberal to Lizard
Replaces the text 'liberal' with 'lizard'.
Liberal to Lizardคืออะไร?
Liberal to Lizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Hixon และคุณลักษณะหลักของมันคือ "Replaces the text 'liberal' with 'lizard'."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liberal to Lizard
ดาวน์โหลดไฟล์ส่วนขยาย Liberal to Lizard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gffjgnochcilollgommfhgndmfanbbnk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk |
คำอธิบาย | Replaces the text 'liberal' with 'lizard'. |
ขนาดไฟล์ | 19.06 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-09-05 |
วันที่เผยแพร่ | 2014-09-05 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alex Hixon |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liberal to Lizard", "version": "1.0", "description": "Replaces the text 'liberal' with 'lizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |