Organize Downloads by Date
Organizes your download folder by date. Example: YEAR/MONTH/FILE
Organize Downloads by Dateคืออะไร?
Organize Downloads by Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lucasbustamante.com.br และคุณลักษณะหลักของมันคือ "Organizes your download folder by date. Example: YEAR/MONTH/FILE"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Organize Downloads by Date
ดาวน์โหลดไฟล์ส่วนขยาย Organize Downloads by Date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically organizes your downloads by date, like so: Before: Downloads/example.file After: Downloads/2018/10/example.file This extension is open-source and available on GitHub: https://github.com/Luc45/Organize-Downloads-by-Date-Chrome-Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Organize Downloads by Date |
ID | ipjljbilkibpncgnagphiamkkdilbbki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/organize-downloads-by-dat/ipjljbilkibpncgnagphiamkkdilbbki |
คำอธิบาย | Organizes your download folder by date. Example: YEAR/MONTH/FILE |
ขนาดไฟล์ | 7.89 KB |
จำนวนการติดตั้ง | 1,623 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-10-27 |
วันที่เผยแพร่ | 2018-10-27 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://lucasbustamante.com.br |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize Downloads by Date", "description": "Organizes your download folder by date. Example: YEAR\/MONTH\/FILE", "version": "1.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; default-src 'self'", "manifest_version": 2 } |