Unix Time Converter
Converts Unix time to human readable format and vice versa
Unix Time Converter란 무엇입니까?
Unix Time Converter은(는) Ren0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts Unix time to human readable format and vice versa"입니다.
확장 프로그램 스크린샷
Unix Time Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unix Time Converter quickly converts time stamps. With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone. It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local. When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds. When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats. This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.
확장 프로그램 기본 정보
이름 | Unix Time Converter |
ID | iiofablbcigoibjfebccgbcngnigenlj |
공식 URL | https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj |
설명 | Converts Unix time to human readable format and vice versa |
파일 크기 | 208 KB |
설치 횟수 | 324 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-05-22 |
출시 날짜 | 2021-04-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ren0 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unix Time Converter", "version": "1.0.4", "version_name": "1.0.4", "description": "Converts Unix time to human readable format and vice versa", "icons": { "16": "icons\/schedule-black-16dp.png", "32": "icons\/schedule-black-32dp.png", "48": "icons\/schedule-black-48dp.png", "128": "icons\/schedule-black-128dp.png" }, "action": { "default_icon": { "16": "icons\/schedule-black-16dp.png", "32": "icons\/schedule-black-32dp.png", "48": "icons\/schedule-black-48dp.png", "128": "icons\/schedule-black-128dp.png" }, "default_title": "Unix Time Converter", "default_popup": "popup\/popup.html", "browser_style": false } } |