Miniman

A mini manager to help you manage your extensions, applications and themes

Miniman란 무엇입니까?

Miniman은(는) miniman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A mini manager to help you manage your extensions, applications and themes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features include:
★ Quick enable/disable collections, extensions, apps, themes and access their options page via popup
★ Customize the popup, allow to show/hide specific content such as collections, extensions, etc
★ Uninstall apps, extensions, themes just by a click.
★ Allows to disable all themes, collections, applications, extensions and also undo this action
★ Allows to group theme, extension, app, etc by creating collections object. You can change theme, extension, app, etc status quickly by enabling/disabling these collections.
★ Allows to create a list of pinned items on popup to support quick manipulation of important items
★ Allows to create a list of items automatically activated / deactivated when you visit specific websites
★ Allows to create copies of collections, you can save time when creating collections with nearly the same content

DONATIONS
---------
If you love this extension and want to help ensure further development, please consider making a donation:
https://paypal.me/itsmebros?locale.x=en_US                    

확장 프로그램 기본 정보

이름 Miniman Miniman
ID bkgpdabchaofnadjlonknbncfplgdmaa
공식 URL https://chromewebstore.google.com/detail/miniman/bkgpdabchaofnadjlonknbncfplgdmaa
설명 A mini manager to help you manage your extensions, applications and themes
파일 크기 877 KB
설치 횟수 362
현재 버전 1.3.0
최근 업데이트 2020-04-08
출시 날짜 2020-04-08
평점 5.00/5 총 11 개의 평점
개발자 miniman
결제 유형 free
지원되는 언어 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 2,
    "options_page": "index.html#\/pages",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/iconbar.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "index.html#\/popup"
    },
    "background": {
        "scripts": [
            "chrome-extension-async.js",
            "background_script.js",
            "runtime.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "tabs",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": []
}