Extensions Manager

A snapshot based extensions manager, make it ease to enable/disable the extensions

Extensions Managerคืออะไร?

Extensions Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sigoden และคุณลักษณะหลักของมันคือ "A snapshot based extensions manager, make it ease to enable/disable the extensions"

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

screenshot

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

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

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

                        - Easy to enable/disable the extension
- Direct access to the option page of any extension
- Enable/disable all the extensions with one click
- Snapshot Management
  - Create: capture the state of chrome's current extensions as a snapshot, a restore point
  - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot
  - Delete: clear the outdated snapshot
  - Undo: undo an accidental applying snapshot                    

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

ชื่อ Extensions Manager Extensions Manager
ID bcjfhbahclaolcbkdkckdnnenfeakhbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk
คำอธิบาย A snapshot based extensions manager, make it ease to enable/disable the extensions
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 24,065
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-01-18
วันที่เผยแพร่ 2018-01-18
คะแนน 3.87/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา sigoden
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sigoden/chrome-extensions-manager
URL หน้าช่วยเหลือ https://github.com/sigoden/chrome-extensions-manager/issues
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "name": "__MSG_manifest_app_name__",
    "description": "__MSG_manifest_app_description__",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}