Emoji Parser
Input emojis using the universal shortcodes anywhere in your browser
¿Qué es Emoji Parser?
Emoji Parser es una extensión de Chrome desarrollada por guisers, y su función principal es "Input emojis using the universal shortcodes anywhere in your browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Emoji Parser
Descarga archivos de extensión Emoji Parser 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
Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use! Totally free, and totally ad-free. Doesn't track your conversations. *Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes ** Let me know if you find an application that doesn't work that you would like to see support added for! Thanks!
Información Básica de la Extensión
Nombre | |
ID | lgjihgjddllimafionnfpgeppblknljk |
URL Oficial | https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk |
Descripción | Input emojis using the universal shortcodes anywhere in your browser |
Tamaño del Archivo | 24.95 KB |
Cantidad de Instalaciones | 126 |
Versión Actual | 0.1.0 |
Última Actualización | 2016-10-09 |
Fecha de Publicación | 2016-10-09 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | guisers |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Parser", "description": "Input emojis using the universal shortcodes anywhere in your browser", "version": "0.1.0", "icons": { "128": "icon.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |