Emoji Insert
Insert text Emoji's with the right-click context menu
什么是Emoji Insert?
Emoji Insert是由zXxQuaDxXz开发的Chrome扩展程序,该扩展的主要功能是“Insert text Emoji's with the right-click context menu”。
扩展截图
下载Emoji Insert扩展crx文件
下载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"
}
} | |