Download All Downloads

Allows you to download all downloads on the page you are currently on.

Download All Downloadsคืออะไร?

Download All Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wiley Rogs และคุณลักษณะหลักของมันคือ "Allows you to download all downloads on the page you are currently on."

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

screenshot

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

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

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

                        Allows you to download all downloads on the page you are currently on.                    

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

ชื่อ Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
คำอธิบาย Allows you to download all downloads on the page you are currently on.
ขนาดไฟล์ 8.07 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-19
วันที่เผยแพร่ 2019-05-15
ผู้พัฒนา Wiley Rogs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download All Downloads",
    "version": "1.0",
    "description": "Allows you to download all downloads on the page you are currently on.",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/image16.png",
        "48": "images\/image48.png"
    }
}