Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
O que é Github Absolute Dates?
Github Absolute Dates é uma extensão do Chrome desenvolvida por One Design Studios, LLC, e sua principal característica é "Hate github's relative dates? So do we. This extension provides non relative dates!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Absolute Dates
Baixe arquivos de extensão Github Absolute Dates no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
URL Oficial | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Descrição | Hate github's relative dates? So do we. This extension provides non relative dates! |
Tamanho do Arquivo | 19.37 KB |
Contagem de Instalações | 158 |
Versão Atual | 1.1 |
Última Atualização | 2016-08-12 |
Data de Publicação | 2016-08-11 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | One Design Studios, LLC |
Tipo de Pagamento | free |
Idiomas Suportados | 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." } } |