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文件
下载Github Absolute Dates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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." } } |