Emoji Palette
Easily insert emoji
什麼是Emoji Palette?
Emoji Palette是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Easily insert emoji”。
擴展截圖
下載Emoji Palette擴展crx文件
下載Emoji Palette擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Position the cursor in any text field you'd like to insert an emoji. 2. Select and click the emoji, and it will be inserted. This extension is supported on GitHub, Qiita and Trello. Enjoy emoji! Icon made bySmashicons(https://www.flaticon.com/authors/smashicons) from https://www.flaticon.com/ Open source license emoji-mart-vue-fast https://www.npmjs.com/package/emoji-mart-vue-fast emoji-mart https://github.com/missive/emoji-mart
擴展基本資訊
名稱 | Emoji Palette |
ID | oocijcnhgpbjeelnoafpcjmjdhogpmid |
官方網址 | https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid |
簡介 | Easily insert emoji |
檔案大小 | 136 KB |
安裝次數 | 160 |
目前版本 | 1 |
更新時間 | 2019-11-14 |
上架時間 | 2019-11-13 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Palette", "version": "1", "author": "fuubit", "description": "Easily insert emoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |