Extension Manager - fast & min permissions

Extension Manager

Extension Manager - fast & min permissionsคืออะไร?

Extension Manager - fast & min permissions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabe O'Leary และคุณลักษณะหลักของมันคือ "Extension Manager"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Manager - fast & min permissions

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

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

                        Do you have too many extensions installed?
Are they slowing your machine down?
Do you know how much of your data they are using?

If you answered yes to any of these questions, this extension might be useful for you.

I myself have lots of single use extensions: Honey for shopping, Library for finding books to read, Loom for taking videos. There is no reason they should be running 100% of the time my browser is open.

I was irritated by the number of clicks to go and turn on and off extensions when I needed them or was done with them, so I built this to be THE fastest possible way to turn them on & off.

You can use the extension with your mouse or operate it fully from the keyboard for the fastest possible experience.  Watch the video if you don't believe me!

This extension requires a single permission...the extension management permission is all that's required to operate, so you know it's not snooping on your information.
There is NO background process in this extension, it only operates when you activate it, so it won't slow your machine down!                    

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

ชื่อ Extension Manager - fast & min permissions Extension Manager - fast & min permissions
ID fcmlfpdjcmgjednecdogonbnpiloobkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/extension-manager-fast-mi/fcmlfpdjcmgjednecdogonbnpiloobkk
คำอธิบาย Extension Manager
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2020-11-15
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Gabe O'Leary
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension Manager",
    "version": "0.0.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "name": "Extension Manager - fast & min permissions",
    "permissions": [
        "management"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Extension Manager",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}