EmojiBar for Facebook Messenger
The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker.
什么是EmojiBar for Facebook Messenger?
EmojiBar for Facebook Messenger是由EmojiLabs开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker.”。
扩展截图
下载EmojiBar for Facebook Messenger扩展crx文件
下载EmojiBar for Facebook Messenger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fuzzy search supported! 扩展基本信息
| 名称 | |
| ID | hcgifgkakjakdoeagmpjjkmdjjeepfmo |
| 官方URL | https://chromewebstore.google.com/detail/emojibar-for-facebook-mes/hcgifgkakjakdoeagmpjjkmdjjeepfmo |
| 简介 | The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker. |
| 文件大小 | 712 KB |
| 安装次数 | 133 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2019-02-27 |
| 上架时间 | 2019-02-26 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | EmojiLabs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/JohnAmadeo/emojibar |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EmojiBar for Facebook Messenger",
"description": "The fastest way to send emoji on FB Messenger (messenger.com and facebook.com\/messages)! Type a colon to bring up the emoji picker.",
"version": "1.0.1",
"manifest_version": 2,
"background": {
"scripts": [
"eventPage.bundle.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"windows",
"https:\/\/*.messenger.com\/*",
"https:\/\/*.facebook.com\/messages\/*"
],
"content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
} | |