Keyboard Emoji™

Keyboard emoji for browsers

What is Keyboard Emoji™?

Keyboard Emoji™ is a Chrome extension developed by danilov.ilea, and its main feature is "Keyboard emoji for browsers".

Extension Screenshots

screenshot

Download Keyboard Emoji™ Extension CRX File

Download Keyboard Emoji™ 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

                        Теперь можно общаться смайлами Emoji благодаря этому расширению.                    

Extension Basic Information

Name Keyboard Emoji™ Keyboard Emoji™
ID beiecfmilneokjcjjkfppfbjkglmcceo
Official URL https://chromewebstore.google.com/detail/keyboard-emoji/beiecfmilneokjcjjkfppfbjkglmcceo
Description Keyboard emoji for browsers
File Size 24.13 MB
Installation Count 61
Current Version 1.0.0
Last Updated 2017-04-28
Publish Date 2017-04-28
Rating 5.00/5 Total 2 Ratings
Developer danilov.ilea
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "panel.html#init"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.data.js",
                "contentScript.concat.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/www.google-analytics.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Keyboard emoji for browsers",
    "icons": {
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "manifest_version": 2,
    "name": "Keyboard Emoji\u2122",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        "\/test.js",
        "\/data\/emojione.sprites.svg"
    ]
}