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文件
下載Timestampeder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |