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 |
官方網址 | 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" } } |