Extensity

Quickly enable/disable Google Chrome extensions

Extensityคืออะไร?

Extensity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sergiokas.github.io/Extensity และคุณลักษณะหลักของมันคือ "Quickly enable/disable Google Chrome extensions"

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

screenshot
screenshot

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

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

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

                        Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list.

* Keep your browser lean and fast - disable extensions that you won't use right away.
* Keep your toolbar clean.
* Turn all extensions off (and back on) with a single click.
* Quick switch between several extensions groups using the Profiles feature.
* Allow your most important extensions to be always enabled.
* Keep computers in sync with Chrome Cloud Storage support.
* Ideal companion for extensions collectors.

Follow us in Twitter: https://twitter.com/ExtensityChrome

Website: http://sergiokas.github.com/Extensity/

Extensity is free software. Full source code at GitHub https://github.com/sergiokas/Extensity                    

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

ชื่อ Extensity Extensity
ID jjmflmamggggndanpgfnpelongoepncg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg
คำอธิบาย Quickly enable/disable Google Chrome extensions
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 352,594
เวอร์ชันปัจจุบัน 1.11.0
อัปเดตครั้งล่าสุด 2021-11-25
วันที่เผยแพร่ 2019-02-20
คะแนน 4.80/5 รวมทั้งหมด 1637 คะแนน
ผู้พัฒนา https://sergiokas.github.io/Extensity
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sergiokas.github.io/Extensity/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensity",
    "version": "1.11.0",
    "manifest_version": 2,
    "description": "Quickly enable\/disable Google Chrome extensions",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/iconbar.png",
        "default_title": "Extensity",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/migration.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "storage"
    ]
}