Emoji Insert
Insert text Emoji's with the right-click context menu
Wat is Emoji Insert?
Emoji Insert is een Chrome-extensie ontwikkeld door zXxQuaDxXz, en de belangrijkste functie is "Insert text Emoji's with the right-click context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoji Insert
Download Emoji Insert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fnacehmbogancnfjgmdmeicophoekfma |
Officiële URL | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
Beschrijving | Insert text Emoji's with the right-click context menu |
Bestandsgrootte | 26.78 KB |
Aantal Installaties | 212 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-11-27 |
Publicatiedatum | 2018-11-27 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | zXxQuaDxXz |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |