EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Apa itu EmojiDisplay?
EmojiDisplay adalah ekstensi Chrome yang dikembangkan oleh ranjotsingh, dan fitur utamanya adalah "This extension replaces emoticon text with the Apple Emojis.".
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
This extension replaces emoticon text with the Apple Emojis.
Informasi Dasar Ekstensi
Nama | |
ID | doomojimaojclkcipjldpmdbiedgaoop |
URL Resmi | https://chrome.google.com/webstore/detail/emojidisplay/doomojimaojclkcipjldpmdbiedgaoop |
Deskripsi | This extension replaces emoticon text with the Apple Emojis. |
Ukuran File | 9.82 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-11-02 |
Tanggal Publikasi | 2017-11-02 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | ranjotsingh |
Tipe Pembayaran | free |
Situs Ekstensi | https://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": [ "script.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |