What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Hvad er What Emoji Is This??
What Emoji Is This? er en Chrome-udvidelse udviklet af Developer, og dens hovedfunktion er "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Udvidelsesskærmbilleder
Download What Emoji Is This?-udvidelses-CRX-fil
Download What Emoji Is This?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
Officiel URL | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Beskrivelse | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
Filstørrelse | 44.2 KB |
Antal Installationer | 443 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-06-26 |
Udgivelsesdato | 2017-06-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Developer |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |