What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Was ist What Emoji Is This??
What Emoji Is This? ist eine Chrome-Erweiterung, die von Developer entwickelt wurde, und ihr Hauptmerkmal ist "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Erweiterungsscreenshots
What Emoji Is This?-Erweiterungs-CRX-Datei herunterladen
Laden Sie What Emoji Is This?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
Offizielle URL | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Beschreibung | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
Dateigröße | 44.2 KB |
Installationsanzahl | 443 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-06-26 |
Veröffentlichungsdatum | 2017-06-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Developer |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |