Epoch
Quick Linux/Epoch time converter
什麼是Epoch?
Epoch是由Liorama開發的Chrome擴展程式,該擴展的主要功能是“Quick Linux/Epoch time converter”。
下載Epoch擴展crx文件
下載Epoch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
擴展基本資訊
名稱 | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
官方網址 | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
簡介 | Quick Linux/Epoch time converter |
檔案大小 | 245 KB |
安裝次數 | 41 |
目前版本 | 0.0.3 |
更新時間 | 2016-03-15 |
上架時間 | 2016-03-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Liorama |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |