Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
Literallyคืออะไร?
Literally เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Walker และคุณลักษณะหลักของมันคือ "Replaces the word 'literally' with 'figuratively'. That's literally all it does."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Literally
ดาวน์โหลดไฟล์ส่วนขยาย Literally ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
คำอธิบาย | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
ขนาดไฟล์ | 3.41 KB |
จำนวนการติดตั้ง | 565 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-04-22 |
วันที่เผยแพร่ | 2014-04-21 |
คะแนน | 4.41/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Mike Walker |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://lazerwalker.com/literally |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Literally", "version": "1.0", "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |