Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Emojis / Lenny Faces / Unicode / Dingbatsคืออะไร?
Emojis / Lenny Faces / Unicode / Dingbats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.j-u-l-i-e-n.com และคุณลักษณะหลักของมันคือ "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emojis / Lenny Faces / Unicode / Dingbats
ดาวน์โหลดไฟล์ส่วนขยาย Emojis / Lenny Faces / Unicode / Dingbats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to copy and paste : - emojis 😈🐸 - lenny faces ( ͡° ͜ʖ ͡°) - unicode ʢ◉ᴥ◉ʡ to your chats, emails, statuses (facebook), tweets, calendar events, git commit messages, online postcards, your comments on reddit, 4chan, etc... Updates: - added ~1000 emojis - added a search functionality for emojis - removed useless permissions
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Emojis / Lenny Faces / Unicode / Dingbats |
ID | memlcjlpikcdaaajdnkjjcckcgkgnddd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd |
คำอธิบาย | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! |
ขนาดไฟล์ | 63.89 KB |
จำนวนการติดตั้ง | 565 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2017-04-03 |
วันที่เผยแพร่ | 2017-04-03 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.j-u-l-i-e-n.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/jarnix/lennyfaces/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emojis \/ Lenny Faces \/ Unicode \/ Dingbats", "description": "Simply copy\/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!", "version": "2", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "emojis and lenny faces, please!" }, "permissions": [ "clipboardWrite" ] } |