Timestampeder

Prepends a timestamp to your file download names

Wat is Timestampeder?

Timestampeder is een Chrome-extensie ontwikkeld door https://www.techshinobi.com, en de belangrijkste functie is "Prepends a timestamp to your file download names".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Timestampeder

Download Timestampeder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
Officiële URL https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Beschrijving Prepends a timestamp to your file download names
Bestandsgrootte 13.83 KB
Aantal Installaties 244
Huidige Versie 0.10.1
Laatst Bijgewerkt 2022-09-21
Publicatiedatum 2016-07-05
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.techshinobi.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.rustytub.com
Help Pagina-URL http://www.rustytub.com
Ondersteunde Talen 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"
    ]
}