Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Download to Temp Folder là gì?
Download to Temp Folder là một tiện ích mở rộng Chrome được phát triển bởi Elad Shamir, và tính năng chính của nó là "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".
Ả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 Download to Temp Folder
Tải xuống các tệp mở rộng Download to Temp Folder 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 allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. Once a download is initiated, a popup appears; press OK to save the download in the Temp folder or Cancel to save the download in the default Downloads folder. The extension is fully customizable and also supports the application of advanced rules to manage where downloaded files will be saved automatically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
URL Chính Thức | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
Mô tả | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
Kích Thước Tệp | 22.65 KB |
Số Lần Cài Đặt | 690 |
Phiên Bản Hiện Tại | 4.6 |
Cập Nhật Lần Cuối | 2016-01-21 |
Ngày Phát Hành | 2016-01-21 |
Đánh Giá | 4.55/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Elad Shamir |
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": "Download to Temp Folder", "description": "Allows users to download files to a temporary folder, such as Downloads\\Temp, rather than the Downloads folder.", "version": "4.6", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.open" ], "options_page": "options.html", "manifest_version": 2, "browser_action": { "default_title": "Download to Temp Folder", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" } } |