Download Manager

Easy to manage downloaded files

Download Managerคืออะไร?

Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xinghai และคุณลักษณะหลักของมันคือ "Easy to manage downloaded files"

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

screenshot
screenshot

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

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

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

                        You can manage downloaded files more conveniently!


If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager                    

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

ชื่อ Download Manager Download Manager
ID ofpglhlcdbjdhlacgbljnildhajfmlei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei
คำอธิบาย Easy to manage downloaded files
ขนาดไฟล์ 383 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2021-12-17
วันที่เผยแพร่ 2020-07-01
คะแนน 4.47/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา xinghai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xinghaixuanwo/download-manager
URL หน้าช่วยเหลือ https://github.com/xinghaixuanwo/download-manager
ภาษาที่รองรับ de,en,fr,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "__MSG_openPopupSetting__"
        }
    },
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "storage",
        "notifications",
        "contextMenus",
        "background"
    ],
    "homepage_url": "https:\/\/github.com\/xinghaix\/download-manager",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "39"
}