Extensions Manager
A snapshot based extensions manager, make it ease to enable/disable the extensions
Extensions Manager क्या है?
Extensions Manager sigoden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A snapshot based extensions manager, make it ease to enable/disable the extensions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extensions Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Easy to enable/disable the extension - Direct access to the option page of any extension - Enable/disable all the extensions with one click - Snapshot Management - Create: capture the state of chrome's current extensions as a snapshot, a restore point - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot - Delete: clear the outdated snapshot - Undo: undo an accidental applying snapshot
एक्सटेंशन की मूल जानकारी
नाम | Extensions Manager |
ID | bcjfhbahclaolcbkdkckdnnenfeakhbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk |
विवरण | A snapshot based extensions manager, make it ease to enable/disable the extensions |
फ़ाइल का आकार | 237 KB |
स्थापना संख्या | 24,065 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2018-01-18 |
प्रकाशन तिथि | 2018-01-18 |
रेटिंग | 3.87/5 कुल 31 रेटिंग्स |
डेवलपर | sigoden |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sigoden/chrome-extensions-manager |
सहायता पृष्ठ URL | https://github.com/sigoden/chrome-extensions-manager/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "name": "__MSG_manifest_app_name__", "description": "__MSG_manifest_app_description__", "version": "1.1.0", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "default_locale": "en", "permissions": [ "management", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |