Timestampeder

Prepends a timestamp to your file download names

Qu'est-ce que Timestampeder ?

Timestampeder est une extension Chrome développée par https://www.techshinobi.com, et sa fonction principale est "Prepends a timestamp to your file download names".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Timestampeder

Téléchargez les fichiers d'extension Timestampeder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
URL Officiel https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Description Prepends a timestamp to your file download names
Taille du Fichier 13.83 KB
Nombre d'Installations 244
Version Actuelle 0.10.1
Dernière Mise à Jour 2022-09-21
Date de Publication 2016-07-05
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://www.techshinobi.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.rustytub.com
URL de la Page d'Aide http://www.rustytub.com
Langues Prises en Charge 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"
    ]
}