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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |