ExtensionManager

Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…

ExtensionManagerคืออะไร?

ExtensionManager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zangse.mobi และคุณลักษณะหลักของมันคือ "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…"

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

screenshot
screenshot

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

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

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

                        1. Manage extensions, disable/enable your extensions with one click
2. Set common extensions, you can open the common extension mode
3. Quickly search for your extensions and configure them
4. View extensions in the chrome app store
5. Open the expanded configuration page
6. Uninstall the extension
7. Added some shortcuts
If you have a better UI design and function recommendations, please leave a message yo.
Test phase, welcome to comment.                    

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

ชื่อ ExtensionManager ExtensionManager
ID jijileelaefjahodboljljdgfpbjjlac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac
คำอธิบาย Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
ขนาดไฟล์ 405 KB
จำนวนการติดตั้ง 2,215
เวอร์ชันปัจจุบัน 0.0.10
อัปเดตครั้งล่าสุด 2018-06-26
วันที่เผยแพร่ 2018-06-26
คะแนน 4.33/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://www.zangse.mobi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/zangse/vue-chrome-extension
URL หน้าช่วยเหลือ https://github.com/zangse/vue-chrome-extension
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "zh_CN",
    "version": "0.0.10",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "static\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "global": true
        }
    },
    "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}