Download'em All

Download'em All

Download'em Allคืออะไร?

Download'em All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย godgodgodcool และคุณลักษณะหลักของมันคือ "Download'em All"

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

screenshot

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

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

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

                        Download the your current tab's files as possible with one click.                    

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

ชื่อ Download'em All Download'em All
ID ccdfjnniglfbpaplecpifdiglfmcebce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloadem-all/ccdfjnniglfbpaplecpifdiglfmcebce
คำอธิบาย Download'em All
ขนาดไฟล์ 70.75 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2016-09-27
วันที่เผยแพร่ 2016-09-26
คะแนน 3.20/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา godgodgodcool
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download'em All",
    "description": "Download'em All",
    "version": "1.1.2",
    "homepage_url": "https:\/\/github.com\/micklinISgood",
    "browser_action": {
        "default_icon": "download'em all.png",
        "default_popup": "popup.html",
        "default_title": "Download'em All"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "download'em all.png",
        "48": "download'em all.png",
        "128": "download'em all.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}