Emoji Insert

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

Qu'est-ce que Emoji Insert ?

Emoji Insert est une extension Chrome développée par zXxQuaDxXz, et sa fonction principale est "Insert text Emoji's with the right-click context menu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emoji Insert

Téléchargez les fichiers d'extension Emoji Insert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
URL Officiel https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
Description Insert text Emoji's with the right-click context menu
Taille du Fichier 26.78 KB
Nombre d'Installations 212
Version Actuelle 1.4
Dernière Mise à Jour 2018-11-27
Date de Publication 2018-11-27
Évaluation 4.25/5 Total 4 Évaluations
Développeur zXxQuaDxXz
Type de Paiement free
Langues Prises en Charge 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"
    }
}