Timestamp

Copy time and date into clipboard in dynamic format

Timestampとは何ですか?

Timestampはimmaihigによって開発されたChromeの拡張機能で、その主な機能は「Copy time and date into clipboard in dynamic format」です。

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

screenshot
screenshot
screenshot

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

Timestamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Create custom plain text timestamps for easy copy/paste

It is up to your imagination what format you want and what format you will use where                    

拡張機能の基本情報

名前 Timestamp Timestamp
ID kckcchpealplejenbfceihdabemmdljf
公式URL https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf
説明 Copy time and date into clipboard in dynamic format
ファイルサイズ 143 KB
インストール数 365
現在のバージョン 6.5
最終更新日 2023-05-20
公開日 2021-03-19
評価 4.75/5 合計 4 レビュー
開発者 immaihig
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp",
    "version": "6.5",
    "description": "Copy time and date into clipboard in dynamic format",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/event.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}