Convert Unix timestamp to date
Convert Unix timestamp to date
什麼是Convert Unix timestamp to date?
Convert Unix timestamp to date是由https://sunmedia.ru開發的Chrome擴展程式,該擴展的主要功能是“Convert Unix timestamp to date”。
擴展截圖
下載Convert Unix timestamp to date擴展crx文件
下載Convert Unix timestamp to date擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.
擴展基本資訊
名稱 | Convert Unix timestamp to date |
ID | fnjggclgolhdodlhgboekpelaeiahpbl |
官方網址 | https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl |
簡介 | Convert Unix timestamp to date |
檔案大小 | 36.34 KB |
安裝次數 | 113 |
目前版本 | 1.0 |
更新時間 | 2013-03-27 |
上架時間 | 2013-03-27 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://sunmedia.ru |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "background": { "scripts": [ "conv_timestamp.js" ] }, "description": "Convert Unix timestamp to date", "icons": { "16": "time-16.gif", "32": "time-32.gif", "48": "time-48.gif", "128": "time-128.gif" }, "manifest_version": 2, "minimum_chrome_version": "6.0.472", "name": "Convert Unix timestamp to date", "permissions": [ "contextMenus", "notifications" ], "web_accessible_resources": [ "time-48.gif" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |