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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}