Organize Downloads by Month
Automatically organize downloads inside default download location into sub-directories labelled by year and month.
Organize Downloads by Month란 무엇입니까?
Organize Downloads by Month은(는) paulpark03에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically organize downloads inside default download location into sub-directories labelled by year and month."입니다.
확장 프로그램 스크린샷
Organize Downloads by Month 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically organize Downloads folder by year & month. Instructions: 1. Set "Download location" in Advanced Settings. 2. Download anything! 3. Find your download at "/ - /" For example, if you were downloading file named "helloworld.txt" on June 11, 2014 and your default Download location is set to "C:\Users\Paul\Downloads", then you'd find the downloaded file here: "C:\Users\Paul\Downloads\2014-06\helloworld.txt" This extension will work whether you have "Ask where to save each file before downloading" enabled or disabled. It's compatible with Saft Extension's Sort Download by Date function on Safari. The script is based on download_filename_controller sample extension.
확장 프로그램 기본 정보
이름 | Organize Downloads by Month |
ID | bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
공식 URL | https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
설명 | Automatically organize downloads inside default download location into sub-directories labelled by year and month. |
파일 크기 | 3.9 KB |
설치 횟수 | 215 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-12-18 |
출시 날짜 | 2014-06-11 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | paulpark03 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize Downloads by Month", "description": "Automatically organize downloads inside default download location into sub-directories labelled by year and month.", "version": "0.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "default-src 'none'; script-src 'self'", "manifest_version": 2 } |