Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
What is Github Absolute Dates?
Github Absolute Dates is a Chrome extension developed by One Design Studios, LLC, and its main feature is "Hate github's relative dates? So do we. This extension provides non relative dates!".
Extension Screenshots
Download Github Absolute Dates Extension CRX File
Download Github Absolute Dates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
Official URL | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Description | Hate github's relative dates? So do we. This extension provides non relative dates! |
File Size | 19.37 KB |
Installation Count | 158 |
Current Version | 1.1 |
Last Updated | 2016-08-12 |
Publish Date | 2016-08-11 |
Rating | 2.33/5 Total 3 Ratings |
Developer | One Design Studios, LLC |
Payment Type | free |
Supported Languages | 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." } } |