Timestampeder

Prepends a timestamp to your file download names

What is Timestampeder?

Timestampeder is a Chrome extension developed by https://www.techshinobi.com, and its main feature is "Prepends a timestamp to your file download names".

Extension Screenshots

screenshot

Download Timestampeder Extension CRX File

Download Timestampeder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
Official URL https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Description Prepends a timestamp to your file download names
File Size 13.83 KB
Installation Count 244
Current Version 0.10.1
Last Updated 2022-09-21
Publish Date 2016-07-05
Rating 4.33/5 Total 3 Ratings
Developer https://www.techshinobi.com
Email [email protected]
Payment Type free
Extension Website http://www.rustytub.com
Help Page URL http://www.rustytub.com
Supported Languages 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"
    ]
}