What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Apa itu What Emoji Is This??
What Emoji Is This? adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi What Emoji Is This?
Unduh file ekstensi What Emoji Is This? 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
What Emoji Is This? With this chrome extension, the answer is one click away. Select the mystery emoji, right click and hit the colourful emoji icon to find a complete description of the selected emoji with all the information you could possibly ask for. Go ahead and add "What Emoji Is This?" to Chrome for free today!
Informasi Dasar Ekstensi
Nama | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
URL Resmi | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Deskripsi | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
Ukuran File | 44.2 KB |
Jumlah Instalasi | 443 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-26 |
Tanggal Publikasi | 2017-06-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Developer |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What Emoji Is This?", "description": "Defines emojis for you! Just select an emoji, right click and hit the emoji button.", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |