Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Vad är Emojis / Lenny Faces / Unicode / Dingbats?
Emojis / Lenny Faces / Unicode / Dingbats är en Chrome-tillägg utvecklad av https://www.j-u-l-i-e-n.com, och dess huvudfunktion är "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".
Tilläggsskärmbilder
Ladda ner Emojis / Lenny Faces / Unicode / Dingbats-förlängningens CRX-fil
Ladda ner Emojis / Lenny Faces / Unicode / Dingbats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | memlcjlpikcdaaajdnkjjcckcgkgnddd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd | 
| Beskrivning | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! | 
| Filstorlek | 63.89 KB | 
| Antal Installationer | 565 | 
| Aktuell Version | 2 | 
| Senast Uppdaterad | 2017-04-03 | 
| Publiceringsdatum | 2017-04-03 | 
| Betyg | 4.86/5 Totalt 7 Betyg | 
| Utvecklare | https://www.j-u-l-i-e-n.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Hjälpsida URL | https://github.com/jarnix/lennyfaces/issues | 
| URL till Sekretesspolicy Sidan | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt | 
| Stödda Språk | 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"
    ]
}  |  |