Epoch time converter
Converts epoch(unix) and milliseconds to date time
Epoch time converterとは何ですか?
Epoch time converterはpari0130によって開発されたChromeの拡張機能で、その主な機能は「Converts epoch(unix) and milliseconds to date time」です。
拡張機能のスクリーンショット
Epoch time converter拡張機能のCRXファイルをダウンロード
Epoch time converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
拡張機能の基本情報
名前 | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
公式URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
説明 | Converts epoch(unix) and milliseconds to date time |
ファイルサイズ | 540 KB |
インストール数 | 440 |
現在のバージョン | 1.0.6 |
最終更新日 | 2022-08-18 |
公開日 | 2022-03-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | pari0130 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |