ExtManager

Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it.

ExtManager क्या है?

ExtManager extfun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ExtManager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can easily enable, disable, and uninstall your extensions,applications and themes by "ExtManager". 
No need to enter the chrome own extensions page every time.

Features:
1. Display enabled extensions on top.
2. Display enabled/group/all extensions simply.
3. Enable/disable extension by one click.
4. Group extensions and drag it into the group.
5. Sort extensions by drag it.
6. Uninstall extension simply when you confirm.

Support text list, large icon list and small icon list of a variety of permutations, suitable for different expansion of the number of people.

You can easily open the system pages, such as the download page, history page, page extensions, plug-ins page, chrome settings page, the search engine settings page, clear the browser cache pages, page content settings, font and encoding settings, language settings, reset the browser settings page and so on.                    

एक्सटेंशन की मूल जानकारी

नाम ExtManager ExtManager
ID bgejgfcdaicmfbfphchgcdgnpnbcondb
आधिकारिक URL https://chromewebstore.google.com/detail/extmanager/bgejgfcdaicmfbfphchgcdgnpnbcondb
विवरण Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it.
फ़ाइल का आकार 334 KB
स्थापना संख्या 10,879
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2022-06-28
प्रकाशन तिथि 2020-05-12
रेटिंग 4.00/5 कुल 50 रेटिंग्स
डेवलपर extfun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.extmanager.com/detail/bgejgfcdaicmfbfphchgcdgnpnbcondb.html
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.3.3",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "19": "img\/icon19.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/icon19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/system.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "management",
        "tabs",
        "storage",
        "https:\/\/*.extmanager.com\/*"
    ],
    "default_locale": "en",
    "manifest_version": 2
}