Custom Chrome - Extension Manager

A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab

Custom Chrome - Extension Managerคืออะไร?

Custom Chrome - Extension Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ciaran & Chris และคุณลักษณะหลักของมันคือ "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab"

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

screenshot
screenshot

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

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

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

                        A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.

Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc.                    

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

ชื่อ Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
คำอธิบาย A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.45
อัปเดตครั้งล่าสุด 2020-02-21
วันที่เผยแพร่ 2020-02-21
คะแนน 4.47/5 รวมทั้งหมด 180 คะแนน
ผู้พัฒนา Ciaran & Chris
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Chrome - Extension Manager",
    "author": "Ciaran & Chris",
    "description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
    "version": "1.45",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "images\/googleCog16.png",
        "48": "images\/googleCog48.png",
        "128": "images\/googleCog128.png"
    },
    "browser_action": {
        "default_icon": "images\/googleCog128.png",
        "default_popup": "popup.html"
    },
    "short_name": "Custom Chrome"
}