Timestampeder
Prepends a timestamp to your file download names
Timestampeder란 무엇입니까?
Timestampeder은(는) https://www.techshinobi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prepends a timestamp to your file download names"입니다.
확장 프로그램 스크린샷
Timestampeder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Timestampeder is a simple Chrome extension to prefix a timestamp to your file download names. This Chrome extension was originally made for my personal use to back up files from my web2py web servers. Filenaming format is now using this method as requested in the comments (2022-03-25_16.10.55) yielding 2022-03-25_16.10.55-Filename.ext
확장 프로그램 기본 정보
이름 | Timestampeder |
ID | finmfpdekhbbfdhobpblmafgbncgkfin |
공식 URL | https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin |
설명 | Prepends a timestamp to your file download names |
파일 크기 | 13.83 KB |
설치 횟수 | 244 |
현재 버전 | 0.10.1 |
최근 업데이트 | 2022-09-21 |
출시 날짜 | 2016-07-05 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://www.techshinobi.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.rustytub.com |
도움말 페이지 URL | http://www.rustytub.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Timestampeder", "description": "Prepends a timestamp to your file download names", "version": "0.10.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "bg.js" }, "permissions": [ "downloads" ] } |