Emoji Insert
Insert text Emoji's with the right-click context menu
Что такое Emoji Insert?
Emoji Insert - это расширение Chrome, разработанное zXxQuaDxXz, и его основная функция - "Insert text Emoji's with the right-click context menu".
Снимки экрана расширения
Скачать файл CRX расширения Emoji Insert
Скачайте файлы расширений Emoji Insert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | fnacehmbogancnfjgmdmeicophoekfma |
Официальный URL | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
Описание | Insert text Emoji's with the right-click context menu |
Размер файла | 26.78 KB |
Количество установок | 212 |
Текущая Версия | 1.4 |
Последнее Обновление | 2018-11-27 |
Дата публикации | 2018-11-27 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | zXxQuaDxXz |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |