Timestampeder

Prepends a timestamp to your file download names

Co to jest Timestampeder?

Timestampeder to rozszerzenie Chrome opracowane przez https://www.techshinobi.com, a jego główną funkcją jest „Prepends a timestamp to your file download names”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Timestampeder

Pobierz pliki rozszerzeń Timestampeder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
Oficjalny URL https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
Opis Prepends a timestamp to your file download names
Rozmiar pliku 13.83 KB
Liczba instalacji 244
Aktualna Wersja 0.10.1
Ostatnia Aktualizacja 2022-09-21
Data Publikacji 2016-07-05
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://www.techshinobi.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.rustytub.com
Adres URL Strony Pomocy http://www.rustytub.com
Obsługiwane Języki 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"
    ]
}