Emojiboard: Emoji Keyboard
Quick emoji selection.
What is Emojiboard: Emoji Keyboard?
Emojiboard: Emoji Keyboard is a Chrome extension developed by Lucas Bastos, and its main feature is "Quick emoji selection.".
Extension Screenshots
Download Emojiboard: Emoji Keyboard Extension CRX File
Download Emojiboard: Emoji Keyboard 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
Lightweight, simple, fast, and most importantly open-source emoji keyboard. Select an emoji and it automatically copies to your clipboard! This extension requires only local storage to save your selected skin tone and clipboard writing to copy emojis. Version 1.1.1: + Removes currently unsupported emoji Version 1.1.0: + Adds support for Unicode Emoji 12.1 + Complete rewrite for easier updates (about 82.5% fewer lines as well!) + Fixed emoji overflow + Reorganized emoji into standard categories Open-source code: https://lucasbastos.com/emojiboard/
Extension Basic Information
Name | Emojiboard: Emoji Keyboard |
ID | cideffjalolgmnlclfnonbiakkefccji |
Official URL | https://chromewebstore.google.com/detail/emojiboard-emoji-keyboard/cideffjalolgmnlclfnonbiakkefccji |
Description | Quick emoji selection. |
File Size | 30.67 KB |
Installation Count | 1,671 |
Current Version | 1.1.1 |
Last Updated | 2020-05-25 |
Publish Date | 2020-05-24 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Lucas Bastos |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emojiboard: Emoji Keyboard", "version": "1.1.1", "description": "Quick emoji selection.", "permissions": [ "clipboardWrite", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Emojiboard", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "manifest_version": 2 } |