Keyboard Emoji™

Keyboard emoji for browsers

Was ist Keyboard Emoji™?

Keyboard Emoji™ ist eine Chrome-Erweiterung, die von danilov.ilea entwickelt wurde, und ihr Hauptmerkmal ist "Keyboard emoji for browsers".

Erweiterungsscreenshots

screenshot

Keyboard Emoji™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keyboard Emoji™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Keyboard Emoji™ Keyboard Emoji™
ID beiecfmilneokjcjjkfppfbjkglmcceo
Offizielle URL https://chromewebstore.google.com/detail/keyboard-emoji/beiecfmilneokjcjjkfppfbjkglmcceo
Beschreibung Keyboard emoji for browsers
Dateigröße 24.13 MB
Installationsanzahl 61
Aktuelle Version 1.0.0
Letztes Update 2017-04-28
Veröffentlichungsdatum 2017-04-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler danilov.ilea
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}