Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Quick Extension Manager क्या है?
Quick Extension Manager Chris Dermody द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Extension Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
विवरण | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
फ़ाइल का आकार | 442 KB |
स्थापना संख्या | 135 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2015-04-11 |
प्रकाशन तिथि | 2015-04-11 |
रेटिंग | 2.33/5 कुल 6 रेटिंग्स |
डेवलपर | Chris Dermody |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |