Emoji Insert

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

Was ist Emoji Insert?

Emoji Insert ist eine Chrome-Erweiterung, die von zXxQuaDxXz entwickelt wurde, und ihr Hauptmerkmal ist "Insert text Emoji's with the right-click context menu".

Erweiterungsscreenshots

screenshot

Emoji Insert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Emoji Insert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
Offizielle URL https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
Beschreibung Insert text Emoji's with the right-click context menu
Dateigröße 26.78 KB
Installationsanzahl 212
Aktuelle Version 1.4
Letztes Update 2018-11-27
Veröffentlichungsdatum 2018-11-27
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler zXxQuaDxXz
Zahlungsart free
Unterstützte Sprachen 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"
    }
}