Emoji Insert

Insert text Emoji's with the right-click context menu

Cos'è Emoji Insert?

Emoji Insert è un'estensione di Chrome sviluppata da zXxQuaDxXz, e la sua funzione principale è "Insert text Emoji's with the right-click context menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emoji Insert

Scarica i file di estensione Emoji Insert 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 is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.

Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe

Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me

Update 1.4: 
--> Consolidated Menu                    

Informazioni di Base sull'Estensione

Nome Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
URL Ufficiale https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
Descrizione Insert text Emoji's with the right-click context menu
Dimensione del File 26.78 KB
Conteggio Installazioni 212
Versione Corrente 1.4
Ultimo Aggiornamento 2018-11-27
Data di Pubblicazione 2018-11-27
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore zXxQuaDxXz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Insert",
    "description": "Insert text Emoji's with the right-click context menu",
    "version": "1.4",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "EmojiContextMenu.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}