What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
O que é What Emoji Is This??
What Emoji Is This? é uma extensão do Chrome desenvolvida por Developer, e sua principal característica é "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão What Emoji Is This?
Baixe arquivos de extensão What Emoji Is This? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
URL Oficial | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Descrição | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
Tamanho do Arquivo | 44.2 KB |
Contagem de Instalações | 443 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-26 |
Data de Publicação | 2017-06-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Developer |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |