Emojis / Lenny Faces / Unicode / Dingbats

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

Cos'è Emojis / Lenny Faces / Unicode / Dingbats?

Emojis / Lenny Faces / Unicode / Dingbats è un'estensione di Chrome sviluppata da https://www.j-u-l-i-e-n.com, e la sua funzione principale è "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emojis / Lenny Faces / Unicode / Dingbats

Scarica i file di estensione Emojis / Lenny Faces / Unicode / Dingbats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Emojis / Lenny Faces / Unicode / Dingbats Emojis / Lenny Faces / Unicode / Dingbats
ID memlcjlpikcdaaajdnkjjcckcgkgnddd
URL Ufficiale https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd
Descrizione Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Dimensione del File 63.89 KB
Conteggio Installazioni 565
Versione Corrente 2
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://www.j-u-l-i-e-n.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/jarnix/lennyfaces/issues
URL della Pagina della Politica sulla Privacy https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt
Lingue Supportate 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"
    ]
}