Extensioner

Extension management is easier with Extensioner.

Extensionerคืออะไร?

Extensioner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brian Ferrell และคุณลักษณะหลักของมันคือ "Extension management is easier with Extensioner."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        v1.2.1 Updated manifest to work with latest version of chrome.

v1.2 Highly-requested new group features!
- Rename groups
- See more groups at once
- Groups stay in view as you scroll

Do you have too many extensions? Toggle them on and off more easily with Extensioner. Simply set up a group of extensions and you'll have two-click access to enable or disable them all at once. Whether you need quick access to one extension or want to enable 30, Extensioner will save you precious clicks.

Please leave a comment if you have any feature requests or bug reports (or just to say hi!). This is an early release but I wanted to get it out the door as quickly as possible to help developers with lots of extensions.

If you need to manage your Apps in a similar way, check out AppJump:
https://chrome.google.com/extensions/detail/hccbinpobnjcpckmcfngmdpnbnjpmcbd

Changelog:

v1.2
- Allow renaming of groups
- Add icons to list of extensions
- Highlight extension groups when hovering extensions
- Collapse extension groups when not hovering (allows more groups on screen)
- Keep extension groups in view when scrolling
- Better popup styling

v1.1
- Lots of UI/UX improvements to options page
- "yellow" groups now disable on click
- Add more info to extension list
- Add filter and sort to extension list
- Add autosave feature
- Add omnibox support (keyword "exr")                    

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

ชื่อ Extensioner Extensioner
ID pmbfkcgplcmlmoccjbcgmopkbefndhpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensioner/pmbfkcgplcmlmoccjbcgmopkbefndhpd
คำอธิบาย Extension management is easier with Extensioner.
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 2,529
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-06-10
วันที่เผยแพร่ 2018-06-10
คะแนน 4.43/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา Brian Ferrell
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/endenizen/extensioner
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensioner",
    "version": "1.2.1",
    "description": "Extension management is easier with Extensioner.",
    "icons": {
        "16": "puzzle_16.png",
        "48": "puzzle_48.png",
        "128": "puzzle_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": {
            "48": "puzzle_48.png"
        },
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "exr"
    },
    "manifest_version": 2
}