What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
What is What Emoji Is This??
What Emoji Is This? is a Chrome extension developed by Developer, and its main feature is "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".
Extension Screenshots
Download What Emoji Is This? Extension CRX File
Download What Emoji Is This? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
Official URL | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
Description | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
File Size | 44.2 KB |
Installation Count | 443 |
Current Version | 1.0 |
Last Updated | 2017-06-26 |
Publish Date | 2017-06-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Developer |
Payment Type | free |
Supported Languages | 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" ] } |