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 |
| Eメール | [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:;"
} | |