Emoji Insert

Insert text Emoji's with the right-click context menu

Apa itu Emoji Insert?

Emoji Insert adalah ekstensi Chrome yang dikembangkan oleh zXxQuaDxXz, dan fitur utamanya adalah "Insert text Emoji's with the right-click context menu".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Emoji Insert

Unduh file ekstensi Emoji Insert 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

                        This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.

Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe

Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me

Update 1.4: 
--> Consolidated Menu                    

Informasi Dasar Ekstensi

Nama Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
URL Resmi https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
Deskripsi Insert text Emoji's with the right-click context menu
Ukuran File 26.78 KB
Jumlah Instalasi 212
Versi Saat Ini 1.4
Terakhir Diperbarui 2018-11-27
Tanggal Publikasi 2018-11-27
Penilaian 4.25/5 Total 4 Penilaian
Pengembang zXxQuaDxXz
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Insert",
    "description": "Insert text Emoji's with the right-click context menu",
    "version": "1.4",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "EmojiContextMenu.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}