ManExt

Manage - and group - your installed extensions

ManExt क्या है?

ManExt Mads Cordes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage - and group - your installed extensions"।

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

screenshot
screenshot

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

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

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

                        Manage all of your extensions in a new and simpler way!

Simply open and click the 'ME' icon from chrome and you'll see every single one of your installed extensions (Even those from else where than the chrome web store), from here you can enable, disable show info and group the extensions!

How do I group? 
Simply click a couple of extensions (They'll be highlighted with a green colour) and click on a group name (The one you want to add them to), and, just like magic, they'll be in the group! Simple..!

Well, how do I remove extensions from a group?
Just as adding, this is very, very simple (Pretty much the same as adding). Start by clicking on the group you want to remove extensions from, then click on a couple of extensions (Preferably the ones you want removed), and click the group name (The one you're currently in) and bam! They're gone!

This is useful if you have got quite a few extensions installed and you don't want them all active at the same time, but rather in groups depending on what you're doing in that particular moment.


Super awesome ninja web dev? I'd love you to help me out with this minor project at https://github.com/Mobilpadde/ManExt :D                    

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

नाम ManExt ManExt
ID pplkkehghfmdfghoopnelpcofbganpfc
आधिकारिक URL https://chromewebstore.google.com/detail/manext/pplkkehghfmdfghoopnelpcofbganpfc
विवरण Manage - and group - your installed extensions
फ़ाइल का आकार 413 KB
स्थापना संख्या 544
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2014-07-16
प्रकाशन तिथि 2014-07-16
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर Mads Cordes
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Mobilpadde/ManExt
सहायता पृष्ठ URL https://github.com/Mobilpadde/ManExt/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ManExt",
    "short_name": "M.E.",
    "description": "Manage - and group - your installed extensions",
    "version": "2.0.1",
    "author": "Mads Cordes",
    "icons": {
        "128": "assets\/img\/icon_128.png"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "index.html"
    }
}