DownRight
Puts your DOWNloads in the RIGHT location.
DownRightคืออะไร?
DownRight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย freenik และคุณลักษณะหลักของมันคือ "Puts your DOWNloads in the RIGHT location."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DownRight
ดาวน์โหลดไฟล์ส่วนขยาย DownRight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
คำอธิบาย | Puts your DOWNloads in the RIGHT location. |
ขนาดไฟล์ | 25.24 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-12-04 |
วันที่เผยแพร่ | 2019-12-02 |
ผู้พัฒนา | freenik |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |