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.
擴展基本資訊
名稱 | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
官方網址 | 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 |
電子郵箱 | [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" ] } |