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 https://www.j-u-l-i-e-n.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emojis / Lenny Faces / Unicode / Dingbats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}