Emoticon input everywhere
Allow input emoticon in everywhere
Emoticon input everywhere क्या है?
Emoticon input everywhere Robin Huy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow input emoticon in everywhere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emoticon input everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
एक्सटेंशन की मूल जानकारी
नाम | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
विवरण | Allow input emoticon in everywhere |
फ़ाइल का आकार | 11.64 KB |
स्थापना संख्या | 135 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2017-03-21 |
प्रकाशन तिथि | 2017-03-21 |
रेटिंग | 4.73/5 कुल 15 रेटिंग्स |
डेवलपर | Robin Huy |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/robinhuy/emoticon-input |
सहायता पृष्ठ URL | https://github.com/robinhuy/emoticon-input |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |