Organize Downloads by Date
Organizes your download folder by date. Example: YEAR/MONTH/FILE
Organize Downloads by Date là gì?
Organize Downloads by Date là một tiện ích mở rộng Chrome được phát triển bởi https://lucasbustamante.com.br, và tính năng chính của nó là "Organizes your download folder by date. Example: YEAR/MONTH/FILE".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Organize Downloads by Date
Tải xuống các tệp mở rộng Organize Downloads by Date dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Organize Downloads by Date |
ID | ipjljbilkibpncgnagphiamkkdilbbki |
URL Chính Thức | https://chromewebstore.google.com/detail/organize-downloads-by-dat/ipjljbilkibpncgnagphiamkkdilbbki |
Mô tả | Organizes your download folder by date. Example: YEAR/MONTH/FILE |
Kích Thước Tệp | 7.89 KB |
Số Lần Cài Đặt | 1,623 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-10-27 |
Ngày Phát Hành | 2018-10-27 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://lucasbustamante.com.br |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |