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?
Download to Temp Folder是由Elad Shamir开发的Chrome扩展程序,该扩展的主要功能是“Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.”。
扩展截图
下载Download to Temp Folder扩展crx文件
下载Download to Temp Folder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
官方URL | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
简介 | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
文件大小 | 22.65 KB |
安装次数 | 690 |
当前版本 | 4.6 |
更新时间 | 2016-01-21 |
上架时间 | 2016-01-21 |
评分 | 4.55/5 共20次评分 |
开发者 | Elad Shamir |
付费类型 | free |
支持的语言 | 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" } } |