Emoji Parser
Input emojis using the universal shortcodes anywhere in your browser
Emoji Parser क्या है?
Emoji Parser guisers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Input emojis using the universal shortcodes anywhere in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emoji Parser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Emoji Parser |
ID | lgjihgjddllimafionnfpgeppblknljk |
आधिकारिक URL | https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk |
विवरण | Input emojis using the universal shortcodes anywhere in your browser |
फ़ाइल का आकार | 24.95 KB |
स्थापना संख्या | 126 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-10-09 |
प्रकाशन तिथि | 2016-10-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | guisers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |