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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 |