Emoji Palette
Easily insert emoji
什么是Emoji Palette?
Emoji Palette是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Easily insert emoji”。
扩展截图
下载Emoji Palette扩展crx文件
下载Emoji Palette扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. Position the cursor in any text field you'd like to insert an emoji. 2. Select and click the emoji, and it will be inserted. This extension is supported on GitHub, Qiita and Trello. Enjoy emoji! Icon made bySmashicons(https://www.flaticon.com/authors/smashicons) from https://www.flaticon.com/ Open source license emoji-mart-vue-fast https://www.npmjs.com/package/emoji-mart-vue-fast emoji-mart https://github.com/missive/emoji-mart
扩展基本信息
名称 | Emoji Palette |
ID | oocijcnhgpbjeelnoafpcjmjdhogpmid |
官方URL | https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid |
简介 | Easily insert emoji |
文件大小 | 136 KB |
安装次数 | 160 |
当前版本 | 1 |
更新时间 | 2019-11-14 |
上架时间 | 2019-11-13 |
评分 | 1.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Palette", "version": "1", "author": "fuubit", "description": "Easily insert emoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |