What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
¿Qué es What Emoji Is This??
What Emoji Is This? es una extensión de Chrome desarrollada por Developer, y su función principal es "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión What Emoji Is This?
Descarga archivos de extensión What Emoji Is This? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
URL Oficial | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Descripción | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
Tamaño del Archivo | 44.2 KB |
Cantidad de Instalaciones | 443 |
Versión Actual | 1.0 |
Última Actualización | 2017-06-26 |
Fecha de Publicación | 2017-06-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Developer |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |