Extension Manager

Extension that manages other extensions

Extension Managerคืออะไร?

Extension Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dummybug Studios และคุณลักษณะหลักของมันคือ "Extension that manages other extensions"

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

screenshot

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

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

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

                        If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off.

Ctrl+L is the default keybinding to open the popup
Move with arrow keys
Press enter to turn toggle extensions on and off

This is mostly for personal use but if you find it useful as well then great :)                    

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

ชื่อ Extension Manager Extension Manager
ID baamgahfpefickjomejmemkejkeglaek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek
คำอธิบาย Extension that manages other extensions
ขนาดไฟล์ 38.61 KB
จำนวนการติดตั้ง 969
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2022-10-17
วันที่เผยแพร่ 2018-11-18
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Dummybug Studios
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DummybugStudios/ExtensionEnabler
URL หน้าช่วยเหลือ https://github.com/DummybugStudios/ExtensionEnabler/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "description": "Extension that manages other extensions",
    "version": "0.0.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_script": "popup.js"
    },
    "permissions": [
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+L"
            }
        }
    }
}