Extension Manager

A simple way to manage your browser extensions

Extension Managerคืออะไร?

Extension Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ext.jgrass.cc และคุณลักษณะหลักของมันคือ "A simple way to manage your browser extensions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Manager

ดาวน์โหลดไฟล์ส่วนขยาย Extension Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple way to manage your browser extensions

🍕 Special Features

* Flexible rule customization to automatically enable or disable browser extensions.

Matching conditions: URL / Profile / Operating system / Time.

Actions: Enable when match, Close when match, Enable only when match, Disbale only when match, Custom; Support automatically refreshing the page after enabling or disabling extensions.

* Bulk Export/Import and Share Extensions

Bulk export extension information, support sharing text, json, custom markdown format; share or record your extension installation information.

Bulk import extensions from shared text or json, simplifying the process of migrating or installing multiple extensions.

🍕 Basic Features

* One-click enable or disable extensions.
* Batch enable or disable extensions through grouping.
* Quick search extensions by extension name, description, alias, or note.
* Extension management: Quickly navigate to settings page, homepage, uninstall extensions.
* List view and grid view.
* One-click launch for app-type extensions.
* Set custom aliases and notes.
* History: Extension installation, update, uninstall, enable, and disable.

🍕 Others

- Rich configurable options for customizing style and functionality.
- Open-source code with no collection of any user privacy data.

github:
https://github.com/JasonGrass/auto-extension-manager 

document:
https://ext.jgrass.cc/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Extension Manager Extension Manager
ID efajbgpnlnobnkgdcgcnclngeolnmggp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-manager/efajbgpnlnobnkgdcgcnclngeolnmggp
คำอธิบาย A simple way to manage your browser extensions
ขนาดไฟล์ 897 KB
จำนวนการติดตั้ง 2,423
เวอร์ชันปัจจุบัน 0.5.15
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-06-21
คะแนน 4.90/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://ext.jgrass.cc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JasonGrass/auto-extension-manager
URL หน้าช่วยเหลือ https://ext.jgrass.cc/
ภาษาที่รองรับ en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_ext_desc__",
    "version": "0.5.15",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "homepage_url": "https:\/\/github.com\/JasonGrass\/auto-extension-manager",
    "icons": {
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-32.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "description": "Open Extension Manager"
        }
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage",
        "tabs"
    ]
}