Timestampeder

Prepends a timestamp to your file download names

ما هو Timestampeder؟

Timestampeder هو إضافة Chrome تم تطويرها بواسطة https://www.techshinobi.com، والميزة الرئيسية لها هي "Prepends a timestamp to your file download names".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Timestampeder

قم بتنزيل ملفات الامتداد Timestampeder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Timestampeder Timestampeder
ID finmfpdekhbbfdhobpblmafgbncgkfin
عنوان URL الرسمي https://chromewebstore.google.com/detail/timestampeder/finmfpdekhbbfdhobpblmafgbncgkfin
الوصف Prepends a timestamp to your file download names
حجم الملف 13.83 KB
عدد التثبيتات 244
النسخة الحالية 0.10.1
آخر تحديث 2022-09-21
تاريخ النشر 2016-07-05
تقييم 4.33/5 مجموع تقييمات 3
المطور https://www.techshinobi.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.rustytub.com
عنوان صفحة المساعدة http://www.rustytub.com
اللغات المدعومة 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"
    ]
}