Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Apa itu Emojis / Lenny Faces / Unicode / Dingbats?
Emojis / Lenny Faces / Unicode / Dingbats adalah ekstensi Chrome yang dikembangkan oleh https://www.j-u-l-i-e-n.com, dan fitur utamanya adalah "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emojis / Lenny Faces / Unicode / Dingbats
Unduh file ekstensi Emojis / Lenny Faces / Unicode / Dingbats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Emojis / Lenny Faces / Unicode / Dingbats |
ID | memlcjlpikcdaaajdnkjjcckcgkgnddd |
URL Resmi | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd |
Deskripsi | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! |
Ukuran File | 63.89 KB |
Jumlah Instalasi | 565 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2017-04-03 |
Tanggal Publikasi | 2017-04-03 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | https://www.j-u-l-i-e-n.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/jarnix/lennyfaces/issues |
URL Halaman Kebijakan Privasi | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt |
Bahasa yang Didukung | 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" ] } |