Extension Manager
Quickly enable or disable extensions. No Ads. No nonsense.
Extension Manager क्या है?
Extension Manager Michael Bazos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly enable or disable extensions. No Ads. No nonsense."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extension Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PRIVACY POLICY Let's keep it short and simple. This extension does not collect data. DESCRIPTION ★ No ads. No data collection. ★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails. ★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide. ★ Less extensions enabled means faster navigation. CHANGELOG v1.4.0 - Add the ability to search through extensions - Add access to extensions options page - Settings icon is shown for active extensions which provide an option page - Redesign browser action icon - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83
एक्सटेंशन की मूल जानकारी
नाम | Extension Manager |
ID | nddeiknmamlpagmnabfdlljlikeoanch |
आधिकारिक URL | https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch |
विवरण | Quickly enable or disable extensions. No Ads. No nonsense. |
फ़ाइल का आकार | 132 KB |
स्थापना संख्या | 3,901 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2021-04-15 |
प्रकाशन तिथि | 2019-06-06 |
रेटिंग | 4.47/5 कुल 38 रेटिंग्स |
डेवलपर | Michael Bazos |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.4.0", "permissions": [ "management" ], "browser_action": { "default_icon": { "128": "icons\/webstore_128.png" }, "default_title": "Extension Manager", "default_popup": "index.html" }, "icons": { "48": "icons\/webstore_48.png", "128": "icons\/webstore_128.png" }, "offline_enabled": true, "manifest_version": 2 } |