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" } } |