DownRight
Puts your DOWNloads in the RIGHT location.
DownRight là gì?
DownRight là một tiện ích mở rộng Chrome được phát triển bởi freenik, và tính năng chính của nó là "Puts your DOWNloads in the RIGHT location.".
Ả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 DownRight
Tải xuống các tệp mở rộng DownRight 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
URL Chính Thức | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
Mô tả | Puts your DOWNloads in the RIGHT location. |
Kích Thước Tệp | 25.24 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-12-04 |
Ngày Phát Hành | 2019-12-02 |
Nhà Phát Triển | freenik |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |