ManExt

Manage - and group - your installed extensions

Qu'est-ce que ManExt ?

ManExt est une extension Chrome développée par Mads Cordes, et sa fonction principale est "Manage - and group - your installed extensions".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ManExt

Téléchargez les fichiers d'extension ManExt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ManExt ManExt
ID pplkkehghfmdfghoopnelpcofbganpfc
URL Officiel https://chromewebstore.google.com/detail/manext/pplkkehghfmdfghoopnelpcofbganpfc
Description Manage - and group - your installed extensions
Taille du Fichier 413 KB
Nombre d'Installations 544
Version Actuelle 2.0.1
Dernière Mise à Jour 2014-07-16
Date de Publication 2014-07-16
Évaluation 3.90/5 Total 10 Évaluations
Développeur Mads Cordes
Type de Paiement free
Site Web de l'Extension https://github.com/Mobilpadde/ManExt
URL de la Page d'Aide https://github.com/Mobilpadde/ManExt/issues
Langues Prises en Charge 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"
    }
}