ManExt

Manage - and group - your installed extensions

ManExt란 무엇입니까?

ManExt은(는) Mads Cordes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage - and group - your installed extensions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ManExt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}