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文件

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

擴展使用說明

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