Download Manager Button

Browser Action Download Manager User Interface for Google Chrome

Download Manager Buttonคืออะไร?

Download Manager Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Browser Action Download Manager User Interface for Google Chrome"

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

screenshot
screenshot

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

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

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

                        This browser action button displays total download progress. The browser action popup allows pausing, resuming, canceling, opening, erasing, retrying, and searching for downloads, accepting dangerous downloads, opening the download's referrer, removing the file, and showing the file in its folder.

This is a demo extension to showcase the potential of the new chrome.downloads API.                    

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

ชื่อ Download Manager Button Download Manager Button
ID jglgknilkoejnnjngnmoobbhdckpdmem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem
คำอธิบาย Browser Action Download Manager User Interface for Google Chrome
ขนาดไฟล์ 19.44 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-11-14
วันที่เผยแพร่ 2013-11-14
คะแนน 3.87/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "minimum_chrome_version": "31.0.1650",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "tabs"
    ]
}