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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fuzzy search supported!
확장 프로그램 기본 정보
이름 | EmojiBar for Facebook Messenger |
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:;" } |