Emoji Parser
Input emojis using the universal shortcodes anywhere in your browser
Wat is Emoji Parser?
Emoji Parser is een Chrome-extensie ontwikkeld door guisers, en de belangrijkste functie is "Input emojis using the universal shortcodes anywhere in your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoji Parser
Download Emoji Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Emoji Parser |
ID | lgjihgjddllimafionnfpgeppblknljk |
Officiële URL | https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk |
Beschrijving | Input emojis using the universal shortcodes anywhere in your browser |
Bestandsgrootte | 24.95 KB |
Aantal Installaties | 126 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-10-09 |
Publicatiedatum | 2016-10-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | guisers |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |