Emoji Go
Emoji Go is the first Emoji Keyboard to support Emojis v.13
Emoji Go란 무엇입니까?
Emoji Go은(는) https://emojigo.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emoji Go is the first Emoji Keyboard to support Emojis v.13"입니다.
확장 프로그램 스크린샷
Emoji Go 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Emoji Go is the first Emoji Keyboard to support Emojis v.13 (Standard Unicode 13.0). Copy&paste any emoji easily straight out of Chrome, for free. Grab all the latest emojis and surprise your friends! Features: - Ready to copy&paste Emoji v.13 (standard Unicode v. 13.0) - Auto-Paste in the last focused input on the page - Search backed by a rich custom database with over 10.000 words! - Keep track of last used emojis - Cup image link Change Log: 25-05-2020 v.1.2.3 - Added Last Emoji used function - few fix & improvements ----------------------------------------------------------- 23-05-2020 v.1.2.2 - extended db of synonyms with over 3000 new way of searching emojis! ----------------------------------------------------------- 22-05-2020 v1.2.1 - Added missing emojis from v.12 and 12.1 - Styled Tooltip and buttons - Changed style of Search box - PWA : completely got rid of external dependencies. Fully offline working! ----------------------------------------------------------- 20-05-2020 v1.2.0 - Emojis v.13 (forward compatibility with Unicode 13.0) - Browse emojis by category - Automatic paste in last selected input-box - Tooltip function to find the name of an emoji - Search box
확장 프로그램 기본 정보
이름 | Emoji Go |
ID | mfdnijcalgckckdhbfplfjaoiclaagnj |
공식 URL | https://chromewebstore.google.com/detail/emoji-go/mfdnijcalgckckdhbfplfjaoiclaagnj |
설명 | Emoji Go is the first Emoji Keyboard to support Emojis v.13 |
파일 크기 | 3.19 MB |
설치 횟수 | 2,058 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2021-05-12 |
출시 날짜 | 2020-05-26 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | https://emojigo.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://emojigo.app |
도움말 페이지 URL | https://emojigo.app/support.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Go", "description": "Emoji Go is the first Emoji Keyboard to support Emojis v.13", "version": "1.2.3", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite", "clipboardRead", "storage" ] } |