Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Github Absolute Dates란 무엇입니까?
Github Absolute Dates은(는) One Design Studios, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hate github's relative dates? So do we. This extension provides non relative dates!"입니다.
확장 프로그램 스크린샷
Github Absolute Dates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's always bugged me that Github forces you to view relative dates. When I'm browsing commit history, I very rarely care to think "this is x days ago." This extension very simply shows the absolute date and time of any relative dates along with the relative date. Source: https://github.com/egyptianbman/chrome-github-absolute-dates
확장 프로그램 기본 정보
이름 | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
공식 URL | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
설명 | Hate github's relative dates? So do we. This extension provides non relative dates! |
파일 크기 | 19.37 KB |
설치 횟수 | 158 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-08-12 |
출시 날짜 | 2016-08-11 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | One Design Studios, LLC |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Absolute Dates", "description": "Hate github's relative dates? So do we. This extension provides non relative dates!", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webNavigation", "https:\/\/github.com\/*" ], "icons": { "144": "icon-144.png", "192": "icon-192.png" }, "browser_action": { "default_title": "Show github dates as absolute." } } |