Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
什麼是Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™是由eyal0開發的Chrome擴展程式,該擴展的主要功能是“Convert timestamps to readable times”。
擴展截圖
下載Epoch Converter Tooltip for Google Chrome™擴展crx文件
下載Epoch Converter Tooltip for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When hovering over a number that might be a timestamp, convert it to a timestamp. In the options, the location of the tooltip, the triggering, and the timezone can be changed.
擴展基本資訊
名稱 | Epoch Converter Tooltip for Google Chrome™ |
ID | gfhloejbjfojlcadcpahgdaagekamhjh |
官方網址 | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
簡介 | Convert timestamps to readable times |
檔案大小 | 639 KB |
安裝次數 | 291 |
目前版本 | 1.5.1 |
更新時間 | 2017-06-29 |
上架時間 | 2017-06-29 |
評分 | 4.00/5 共 4 次評分 |
開發者 | eyal0 |
付費類型 | free |
擴展官網 | https://github.com/eyal0/epoch-converter-tooltip |
說明頁面URL | https://github.com/eyal0/epoch-converter-tooltip/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch Converter Tooltip for Google Chrome\u2122", "version": "1.5.1", "manifest_version": 2, "description": "Convert timestamps to readable times", "icons": { "16": "ECT-16.png", "48": "ECT-48.png", "128": "ECT-128.png" }, "background": { "scripts": [ "ECT-background.js" ], "persistent": true }, "options_page": "ECT-options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "ECT.css" ], "js": [ "ECT-contentscript.js" ] } ] } |