Timestampeder

Prepends a timestamp to your file download names

Apa itu Timestampeder?

Timestampeder adalah ekstensi Chrome yang dikembangkan oleh https://www.techshinobi.com, dan fitur utamanya adalah "Prepends a timestamp to your file download names".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Timestampeder

Unduh file ekstensi Timestampeder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
URL Resmi https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Deskripsi Prepends a timestamp to your file download names
Ukuran File 13.83 KB
Jumlah Instalasi 244
Versi Saat Ini 0.10.1
Terakhir Diperbarui 2022-09-21
Tanggal Publikasi 2016-07-05
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://www.techshinobi.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.rustytub.com
URL Halaman Bantuan http://www.rustytub.com
Bahasa yang Didukung 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"
    ]
}