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文件
下載Emoji Go擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |