Lenny Faces Chrome Extension
A simple chrome extension with lenny faces
Lenny Faces Chrome Extensionคืออะไร?
Lenny Faces Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A simple chrome extension with lenny faces"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lenny Faces Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Lenny Faces Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension which will bring all your lenny friends to your clipboard, click on extension and simply type things like "look, awesome, middle finger"... then click on that and Boom!!, Ctrl + V to use that lenny
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lenny Faces Chrome Extension |
ID | ejofklmfaddnolnagbohbdjclcejelbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi |
คำอธิบาย | A simple chrome extension with lenny faces |
ขนาดไฟล์ | 28.08 KB |
จำนวนการติดตั้ง | 427 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2016-02-18 |
วันที่เผยแพร่ | 2016-02-18 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lenny Faces Chrome Extension", "short_name": "Lenny Faces", "description": "A simple chrome extension with lenny faces", "version": "1.2.0", "minimum_chrome_version": "45", "icons": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "browser_action": { "default_icon": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "default_popup": "src\/popup.html" } } |