Unix timestamp to readable date/time
Convert Unix timestamps on Web-page to readable date/time
什麼是Unix timestamp to readable date/time?
Unix timestamp to readable date/time是由Alexey Michurin開發的Chrome擴展程式,該擴展的主要功能是“Convert Unix timestamps on Web-page to readable date/time”。
擴展截圖
下載Unix timestamp to readable date/time擴展crx文件
下載Unix timestamp to readable date/time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are sometimes forced to read UNIX timestamps in Web UI, you must know how it painful. This small extension provides two ways to make your life easier. • Push the extension button and all timestamps will be equipped with popups with readable time. Please visit the extension options page (right click on buttom). Here you can tune many options: colors, support of milli-, micro- and nanosecond, and other. • If you push extension button on newtab page, you'll get a simple converter page. Be careful with interactive pages. If page changes itself, like many of modern pages do, all readable timestamps will dissapear. This extension doesn't monitor pages permanently. It acts on demand only.
擴展基本資訊
名稱 | Unix timestamp to readable date/time |
ID | cngfpffdiefnoblplbcdejppdpceaehm |
官方網址 | https://chromewebstore.google.com/detail/unix-timestamp-to-readabl/cngfpffdiefnoblplbcdejppdpceaehm |
簡介 | Convert Unix timestamps on Web-page to readable date/time |
檔案大小 | 33.57 KB |
安裝次數 | 694 |
目前版本 | 0.0.2.2 |
更新時間 | 2020-01-05 |
上架時間 | 2020-01-05 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Alexey Michurin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/michurin/chrome-extension-timestamp-to-readable |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix timestamp to readable date\/time", "version": "0.0.2.2", "minimum_chrome_version": "49", "description": "Convert Unix timestamps on Web-page to readable date\/time", "short_name": "timestamp\u2192datetime", "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab", "storage" ], "offline_enabled": true, "options_page": "options.html", "background": { "persistent": false, "scripts": [ "common.js", "bg.js" ] }, "browser_action": { "default_icon": { "19": "icon-128.png", "38": "icon-128.png" }, "default_title": "timestamp \u21d2 datetime" }, "homepage_url": "https:\/\/github.com\/michurin\/chrome-extension-timestamp-to-readable", "author": "Alexey Michurin |