Timestampeder

Prepends a timestamp to your file download names

Cos'è Timestampeder?

Timestampeder è un'estensione di Chrome sviluppata da https://www.techshinobi.com, e la sua funzione principale è "Prepends a timestamp to your file download names".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timestampeder

Scarica i file di estensione Timestampeder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
URL Ufficiale https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Descrizione Prepends a timestamp to your file download names
Dimensione del File 13.83 KB
Conteggio Installazioni 244
Versione Corrente 0.10.1
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2016-07-05
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://www.techshinobi.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rustytub.com
URL della Pagina di Aiuto http://www.rustytub.com
Lingue Supportate 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"
    ]
}