emojiBoard

A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.

What is emojiBoard?

emojiBoard is a Chrome extension developed by cszhu, and its main feature is "A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.".

Extension Screenshots

screenshot

Download emojiBoard Extension CRX File

Download emojiBoard 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

                        This is a simple Chrome Extension that allows you to copy-paste emojis into your browser. You click on an emoji to copy it.                    

Extension Basic Information

Name emojiBoard emojiBoard
ID knffmjloiejmfkfbdhiihpmdgndgdoia
Official URL https://chromewebstore.google.com/detail/emojiboard/knffmjloiejmfkfbdhiihpmdgndgdoia
Description A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.
File Size 158 KB
Installation Count 552
Current Version 1.0.1
Last Updated 2016-11-01
Publish Date 2016-11-01
Rating 3.00/5 Total 4 Ratings
Developer cszhu
Payment Type free
Extension Website https://github.com/cszhu/emojiboard
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "emojiBoard",
    "version": "1.0.1",
    "description": "A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "emojiBoard"
    }
}