Timestampeder

Prepends a timestamp to your file download names

什么是Timestampeder?

Timestampeder是由https://www.techshinobi.com开发的Chrome扩展程序,该扩展的主要功能是“Prepends a timestamp to your file download names”。

扩展截图

screenshot

下载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 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"
    ]
}