Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Unix Timestamp Converterとは何ですか?
Unix Timestamp ConverterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!」です。
拡張機能のスクリーンショット
Unix Timestamp Converter拡張機能のCRXファイルをダウンロード
Unix Timestamp Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try. 拡張機能の基本情報
| 名前 | |
| ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
| 公式URL | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
| 説明 | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
| ファイルサイズ | 1.04 MB |
| インストール数 | 5,057 |
| 現在のバージョン | 0.4.0 |
| 最終更新日 | 2021-12-23 |
| 公開日 | 2017-09-29 |
| 評価 | 4.23/5 合計 26 レビュー |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/CoryNoonan/unix-timestamp-chrome |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unix Timestamp Converter",
"version": "0.4.0",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
"description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
"manifest_version": 2,
"browser_action": {
"default_icon": "public\/images\/icon.png",
"default_popup": "index.html",
"default_name": "Unix Timestamp Converter",
"short_name": "Unix Timestamp Converter"
},
"icons": {
"48": "public\/images\/icon.png",
"128": "public\/images\/icon.png"
},
"permissions": [
"storage"
]
} | |