Emojis / Lenny Faces / Unicode / Dingbats

Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!

What is Emojis / Lenny Faces / Unicode / Dingbats?

Emojis / Lenny Faces / Unicode / Dingbats is a Chrome extension developed by https://www.j-u-l-i-e-n.com, and its main feature is "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".

Extension Screenshots

screenshot

Download Emojis / Lenny Faces / Unicode / Dingbats Extension CRX File

Download Emojis / Lenny Faces / Unicode / Dingbats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Emojis / Lenny Faces / Unicode / Dingbats Emojis / Lenny Faces / Unicode / Dingbats
ID memlcjlpikcdaaajdnkjjcckcgkgnddd
Official URL https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd
Description Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
File Size 63.89 KB
Installation Count 565
Current Version 2
Last Updated 2017-04-03
Publish Date 2017-04-03
Rating 4.86/5 Total 7 Ratings
Developer https://www.j-u-l-i-e-n.com
Email [email protected]
Payment Type free
Help Page URL https://github.com/jarnix/lennyfaces/issues
Privacy Policy Page URL https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt
Supported Languages 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"
    ]
}