Timely
This extension converts unix epoch timestamps to human-readable times.
什麼是Timely?
Timely是由Chris Warren開發的Chrome擴展程式,該擴展的主要功能是“This extension converts unix epoch timestamps to human-readable times.”。
擴展截圖
下載Timely擴展crx文件
下載Timely擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension. Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.
擴展基本資訊
名稱 | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
官方網址 | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
簡介 | This extension converts unix epoch timestamps to human-readable times. |
檔案大小 | 10.88 KB |
安裝次數 | 2,108 |
目前版本 | 1.0.1 |
更新時間 | 2013-10-27 |
上架時間 | 2013-10-27 |
評分 | 4.67/5 共 9 次評分 |
開發者 | Chris Warren |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "short_name": "Timely", "description": "This extension converts unix epoch timestamps to human-readable times.", "icons": { "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show human-readable timestamps" } } |