Convert Unixtime
Convert Unixtime to Date format by selecting the context menu.
什麼是Convert Unixtime?
Convert Unixtime是由Takahito Nara開發的Chrome擴展程式,該擴展的主要功能是“Convert Unixtime to Date format by selecting the context menu.”。
擴展截圖
下載Convert Unixtime擴展crx文件
下載Convert Unixtime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Convert unixtime to the following format easily. YYYY-MM-DD hh:mm:ss (Local) YYYY-MM-DD hh:mm:ss (UTC) You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.
擴展基本資訊
名稱 | Convert Unixtime |
ID | gcdfkgmpbffbohjgncbobihhdefcjmgc |
官方網址 | https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc |
簡介 | Convert Unixtime to Date format by selecting the context menu. |
檔案大小 | 4.4 KB |
安裝次數 | 274 |
目前版本 | 1.1 |
更新時間 | 2013-11-16 |
上架時間 | 2013-11-16 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Takahito Nara |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Unixtime", "version": "1.1", "manifest_version": 2, "description": "Convert Unixtime to Date format by selecting the context menu.", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "script.js" ] } } |