MG Text Emojis
Copy paste emojis as unicode symbols fuss-free for PC.
MG Text Emojis क्या है?
MG Text Emojis Max Grass द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy paste emojis as unicode symbols fuss-free for PC."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MG Text Emojis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SELECT AND PASTE. Easy as that. Emoji(s) is copied into the clipboard when you select one! One Emoji at a time, for now. NEW! new Emojis (Unicode 9) added. ENJOY! This was tested under Windows 10. IMPORTANT (old chrome versions): 1. COLORED EMOJI supported from version 53! 2. Skin-Colored Emojis consist of TWO Symbols (the second is a rectangle), just copy BOTH and paste where needed. Read the titles of sections for actual color. 3. For "extra" unicode7 emojis install a font if you see rectangles: http://users.teilar.gr/~g1951d/Symbola.zip Support [email protected] Have fun 👊
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ekhkiabhnencdhkccablmhknpikgceoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe |
विवरण | Copy paste emojis as unicode symbols fuss-free for PC. |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 543 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2017-03-10 |
प्रकाशन तिथि | 2017-03-10 |
रेटिंग | 4.25/5 कुल 12 रेटिंग्स |
डेवलपर | Max Grass |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MG Text Emojis", "short_name": "MGEmojis", "version": "2.0.0", "author": "Max Grass (http:\/\/maxgrass.eu)", "description": "Copy paste emojis as unicode symbols fuss-free for PC.", "permissions": [ "storage", "tabs" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |