Material Design Download Manager
A Material Design of Chrome Download Manager.
Material Design Download Managerคืออะไร?
Material Design Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liu Liu และคุณลักษณะหลักของมันคือ "A Material Design of Chrome Download Manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Material Design Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Material Design Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Material Design fork of Chrome Download Manager: https://github.com/prabhat90/DownloadManager
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pffcjaiopnppjiclmfaagojfjjppdcml |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/material-design-download/pffcjaiopnppjiclmfaagojfjjppdcml |
คำอธิบาย | A Material Design of Chrome Download Manager. |
ขนาดไฟล์ | 602 KB |
จำนวนการติดตั้ง | 896 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2015-06-02 |
วันที่เผยแพร่ | 2015-06-02 |
คะแนน | 4.06/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | Liu Liu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,tr,es,it,pl,pt-BR,ru,uk,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Material Design Download Manager", "description": "A Material Design of Chrome Download Manager.", "version": "1.7", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "24": "icon24.png", "16": "icon16.png" }, "offline_enabled": true, "optional_permissions": [ "management" ], "permissions": [ "downloads", "downloads.open", "downloads.shelf", "clipboardWrite", "clipboardRead", "notifications", "activeTab" ] } |