Keyboard Emoji™

Keyboard emoji for browsers

Apa itu Keyboard Emoji™?

Keyboard Emoji™ adalah ekstensi Chrome yang dikembangkan oleh danilov.ilea, dan fitur utamanya adalah "Keyboard emoji for browsers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keyboard Emoji™

Unduh file ekstensi Keyboard Emoji™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Keyboard Emoji™ Keyboard Emoji™
ID beiecfmilneokjcjjkfppfbjkglmcceo
URL Resmi https://chromewebstore.google.com/detail/keyboard-emoji/beiecfmilneokjcjjkfppfbjkglmcceo
Deskripsi Keyboard emoji for browsers
Ukuran File 24.13 MB
Jumlah Instalasi 61
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-04-28
Tanggal Publikasi 2017-04-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang danilov.ilea
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}