Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Vad är Github Absolute Dates?
Github Absolute Dates är en Chrome-tillägg utvecklad av One Design Studios, LLC, och dess huvudfunktion är "Hate github's relative dates? So do we. This extension provides non relative dates!".
Tilläggsskärmbilder
Ladda ner Github Absolute Dates-förlängningens CRX-fil
Ladda ner Github Absolute Dates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
Officiell webbadress | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Beskrivning | Hate github's relative dates? So do we. This extension provides non relative dates! |
Filstorlek | 19.37 KB |
Antal Installationer | 158 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-08-12 |
Publiceringsdatum | 2016-08-11 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | One Design Studios, LLC |
Betalningssätt | free |
Stödda Språk | 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." } } |