Emoticon input everywhere

Allow input emoticon in everywhere

What is Emoticon input everywhere?

Emoticon input everywhere is a Chrome extension developed by Robin Huy, and its main feature is "Allow input emoticon in everywhere".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Emoticon input everywhere Extension CRX File

Download Emoticon input everywhere 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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

Extension Basic Information

Name Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Official URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Description Allow input emoticon in everywhere
File Size 11.64 KB
Installation Count 135
Current Version 1.3
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 4.73/5 Total 15 Ratings
Developer Robin Huy
Payment Type free
Extension Website https://github.com/robinhuy/emoticon-input
Help Page URL https://github.com/robinhuy/emoticon-input
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}