Emoji Picker
Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/
Emoji Picker क्या है?
Emoji Picker Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emoji Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Emoji Picker is a free extension that lets you copy and use emojis, wherever you want. Emoji Picker for Chrome, let you copy one or more emojis with a single click. Just click on the one that you want and paste it wherever you want - Slack or WhatsApp message, Tweet etc. Emojis are sorted by different categories. You can also search the one that you're looking for with convenient search bar. All the emojis design are taken from an amazing open source project - Openmoji. Check out their website here -https://openmoji.org
एक्सटेंशन की मूल जानकारी
नाम | Emoji Picker |
ID | afpomjpjalofnkckaomalkchbdalkhha |
आधिकारिक URL | https://chromewebstore.google.com/detail/emoji-picker/afpomjpjalofnkckaomalkchbdalkhha |
विवरण | Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/ |
फ़ाइल का आकार | 9.35 MB |
स्थापना संख्या | 184 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-02-09 |
प्रकाशन तिथि | 2020-02-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Picker", "description": "Emoji picker library based on emojis from open source project Openmoji - https:\/\/openmoji.org\/", "version": "1.0.2", "author": "Maciek Grzybek - https:\/\/github.com\/maciekgrzybek", "browser_action": { "default_popup": "index.html", "default_title": "Get the emoji" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-1r7eLgkUWKyUL9cmsy073y2a2ojTPzrZxyAeGLCfJFg='; object-src 'self';" } |