ManExt

Manage - and group - your installed extensions

什麼是ManExt?

ManExt是由Mads Cordes開發的Chrome擴展程式,該擴展的主要功能是“Manage - and group - your installed extensions”。

擴展截圖

screenshot
screenshot

下載ManExt擴展crx文件

下載ManExt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}