Emoji Palette
Easily insert emoji
What is Emoji Palette?
Emoji Palette is a Chrome extension developed by Unknown, and its main feature is "Easily insert emoji".
Extension Screenshots
Download Emoji Palette Extension CRX File
Download Emoji Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Emoji Palette |
ID | oocijcnhgpbjeelnoafpcjmjdhogpmid |
Official URL | https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid |
Description | Easily insert emoji |
File Size | 136 KB |
Installation Count | 160 |
Current Version | 1 |
Last Updated | 2019-11-14 |
Publish Date | 2019-11-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |