Emoji Insert
Insert text Emoji's with the right-click context menu
What is Emoji Insert?
Emoji Insert is a Chrome extension developed by zXxQuaDxXz, and its main feature is "Insert text Emoji's with the right-click context menu".
Extension Screenshots
Download Emoji Insert Extension CRX File
Download Emoji Insert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | fnacehmbogancnfjgmdmeicophoekfma |
Official URL | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
Description | Insert text Emoji's with the right-click context menu |
File Size | 26.78 KB |
Installation Count | 212 |
Current Version | 1.4 |
Last Updated | 2018-11-27 |
Publish Date | 2018-11-27 |
Rating | 4.25/5 Total 4 Ratings |
Developer | zXxQuaDxXz |
Payment Type | free |
Supported Languages | 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" } } |