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