Timestampeder

Prepends a timestamp to your file download names

Timestampederとは何ですか?

Timestampederはhttps://www.techshinobi.comによって開発されたChromeの拡張機能で、その主な機能は「Prepends a timestamp to your file download names」です。

拡張機能のスクリーンショット

screenshot

Timestampeder拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}