Download Manager
Chrome Download Manager
Download Managerคืออะไร?
Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anand Sudhanaboina และคุณลักษณะหลักของมันคือ "Chrome Download Manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lcelifoanjcecgoccbedjipjaeaocaae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae |
คำอธิบาย | Chrome Download Manager |
ขนาดไฟล์ | 19.41 KB |
จำนวนการติดตั้ง | 2,268 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-07-02 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 4.41/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Anand Sudhanaboina |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "manager.js" ] }, "default_locale": "en", "description": "Chrome Download Manager", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png" }, "manifest_version": 2, "name": "Download Manager", "options_page": "options.html", "permissions": [ "downloads" ], "short_name": "DManager", "version": "1.0.0" } |