Miniman

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

Miniman là gì?

Miniman là một tiện ích mở rộng Chrome được phát triển bởi miniman, và tính năng chính của nó là "A mini manager to help you manage your extensions, applications and themes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Miniman

Tải xuống các tệp mở rộng Miniman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Miniman Miniman
ID bkgpdabchaofnadjlonknbncfplgdmaa
URL Chính Thức https://chromewebstore.google.com/detail/miniman/bkgpdabchaofnadjlonknbncfplgdmaa
Mô tả A mini manager to help you manage your extensions, applications and themes
Kích Thước Tệp 877 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-08
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển miniman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}