Select2 Everywhere
Makes options in select box searchable
Select2 Everywhere क्या है?
Select2 Everywhere Petr Filip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes options in select box searchable"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Select2 Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions makes item in a select boxes searchable.
एक्सटेंशन की मूल जानकारी
नाम | Select2 Everywhere |
ID | pebjgenpdimidckimhbaalcnjmpengke |
आधिकारिक URL | https://chromewebstore.google.com/detail/select2-everywhere/pebjgenpdimidckimhbaalcnjmpengke |
विवरण | Makes options in select box searchable |
फ़ाइल का आकार | 61.68 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-01-28 |
प्रकाशन तिथि | 2019-01-24 |
डेवलपर | Petr Filip |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Select2 Everywhere", "version": "1.0", "description": "Makes options in select box searchable", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "select2\/jquery-3.3.1.min.js", "select2\/select2.min.js", "convertor.js" ], "css": [ "select2\/select2.min.css" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |