Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Wat is Emojis / Lenny Faces / Unicode / Dingbats?
Emojis / Lenny Faces / Unicode / Dingbats is een Chrome-extensie ontwikkeld door https://www.j-u-l-i-e-n.com, en de belangrijkste functie is "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".
Extensie Screenshots
Download het CRX-bestand van de extensie Emojis / Lenny Faces / Unicode / Dingbats
Download Emojis / Lenny Faces / Unicode / Dingbats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Emojis / Lenny Faces / Unicode / Dingbats |
ID | memlcjlpikcdaaajdnkjjcckcgkgnddd |
Officiële URL | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd |
Beschrijving | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! |
Bestandsgrootte | 63.89 KB |
Aantal Installaties | 565 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2017-04-03 |
Publicatiedatum | 2017-04-03 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.j-u-l-i-e-n.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/jarnix/lennyfaces/issues |
URL van de Privacybeleid Pagina | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt |
Ondersteunde Talen | 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" ] } |