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 |
官方網址 | 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 |
電子郵箱 | [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" } } |