Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Wat is Github Absolute Dates?
Github Absolute Dates is een Chrome-extensie ontwikkeld door One Design Studios, LLC, en de belangrijkste functie is "Hate github's relative dates? So do we. This extension provides non relative dates!".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Absolute Dates
Download Github Absolute Dates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
Officiële URL | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Beschrijving | Hate github's relative dates? So do we. This extension provides non relative dates! |
Bestandsgrootte | 19.37 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-08-12 |
Publicatiedatum | 2016-08-11 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | One Design Studios, LLC |
Betalingswijze | free |
Ondersteunde Talen | 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." } } |