EmojiDisplay

This extension replaces emoticon text with the Apple Emojis.

Apa itu EmojiDisplay?

EmojiDisplay adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension replaces emoticon text with the Apple Emojis.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EmojiDisplay

Unduh file ekstensi EmojiDisplay 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

                        EmojiDisplay is a Chrome extension, which replaces text versions of the emojis into images (for operating systems that do not automatically support this feature).

e.g. Special characters 😀, 😁, 😂, 😃, etc. are replaced with graphics of Apple Emojis.                    

Informasi Dasar Ekstensi

Nama EmojiDisplay EmojiDisplay
ID gichgflklefnkeffjbefmcagecfndbjl
URL Resmi https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl
Deskripsi This extension replaces emoticon text with the Apple Emojis.
Ukuran File 18.6 MB
Jumlah Instalasi 332
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-11-19
Tanggal Publikasi 2018-11-14
Penilaian 2.00/5 Total 6 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://www.ranjotsingh.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EmojiDisplay",
    "description": "This extension replaces emoticon text with the Apple Emojis.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "pics\/*.png",
        "res.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}