Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Co je Github Absolute Dates?
Github Absolute Dates je rozšíření Chrome vyvinuté One Design Studios, LLC, a jeho hlavní funkcí je „Hate github's relative dates? So do we. This extension provides non relative dates!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github Absolute Dates
Stáhněte si soubory rozšíření Github Absolute Dates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
Oficiální URL | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Popis | Hate github's relative dates? So do we. This extension provides non relative dates! |
Velikost souboru | 19.37 KB |
Počet instalací | 158 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-08-12 |
Datum Vydání | 2016-08-11 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | One Design Studios, LLC |
Typ Platby | free |
Podporované Jazyky | 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." } } |