Offline Epoch Converter
This extension converts epoch to human readable
Offline Epoch Converterとは何ですか?
Offline Epoch ConverterはJayesh Hathilaによって開発されたChromeの拡張機能で、その主な機能は「This extension converts epoch to human readable」です。
拡張機能のスクリーンショット
Offline Epoch Converter拡張機能のCRXファイルをダウンロード
Offline Epoch Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is simple offline epoch convertor which do exactly what it says: convert Epoch to Human Readable format and from Human Readable format to Epoch. You can also specify time zone to use while converting human readable to Epoch.
拡張機能の基本情報
名前 | Offline Epoch Converter |
ID | ahgbcbjdcoaijfoeakpnjaghpdndekbg |
公式URL | https://chromewebstore.google.com/detail/offline-epoch-converter/ahgbcbjdcoaijfoeakpnjaghpdndekbg |
説明 | This extension converts epoch to human readable |
ファイルサイズ | 28.9 KB |
インストール数 | 681 |
現在のバージョン | 1.1 |
最終更新日 | 2018-01-27 |
公開日 | 2018-01-27 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Jayesh Hathila |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline Epoch Converter", "description": "This extension converts epoch to human readable", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "epoch_popup.html", "default_title": "Convert Epoch Offline" } } |