Downloads
Access the folder of the last downloaded file, on click and on completion.
Downloads là gì?
Downloads là một tiện ích mở rộng Chrome được phát triển bởi Jad Helou, và tính năng chính của nó là "Access the folder of the last downloaded file, on click and on completion.".
Ả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 Downloads
Tải xuống các tệp mở rộng Downloads 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
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
URL Chính Thức | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Mô tả | Access the folder of the last downloaded file, on click and on completion. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-03-28 |
Ngày Phát Hành | 2017-08-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jad Helou |
[email protected] | |
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": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |