Organize Downloads by Date
Organizes your download folder by date. Example: YEAR/MONTH/FILE
Organize Downloads by Date란 무엇입니까?
Organize Downloads by Date은(는) https://lucasbustamante.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organizes your download folder by date. Example: YEAR/MONTH/FILE"입니다.
확장 프로그램 스크린샷
Organize Downloads by Date 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automatically organizes your downloads by date, like so: Before: Downloads/example.file After: Downloads/2018/10/example.file This extension is open-source and available on GitHub: https://github.com/Luc45/Organize-Downloads-by-Date-Chrome-Extension
확장 프로그램 기본 정보
이름 | Organize Downloads by Date |
ID | ipjljbilkibpncgnagphiamkkdilbbki |
공식 URL | https://chromewebstore.google.com/detail/organize-downloads-by-dat/ipjljbilkibpncgnagphiamkkdilbbki |
설명 | Organizes your download folder by date. Example: YEAR/MONTH/FILE |
파일 크기 | 7.89 KB |
설치 횟수 | 1,623 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-10-27 |
출시 날짜 | 2018-10-27 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://lucasbustamante.com.br |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize Downloads by Date", "description": "Organizes your download folder by date. Example: YEAR\/MONTH\/FILE", "version": "1.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; default-src 'self'", "manifest_version": 2 } |