Github Absolute Dates

Hate github's relative dates? So do we. This extension provides non relative dates!

Cos'è Github Absolute Dates?

Github Absolute Dates è un'estensione di Chrome sviluppata da One Design Studios, LLC, e la sua funzione principale è "Hate github's relative dates? So do we. This extension provides non relative dates!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Absolute Dates

Scarica i file di estensione Github Absolute Dates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
URL Ufficiale https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
Descrizione Hate github's relative dates? So do we. This extension provides non relative dates!
Dimensione del File 19.37 KB
Conteggio Installazioni 158
Versione Corrente 1.1
Ultimo Aggiornamento 2016-08-12
Data di Pubblicazione 2016-08-11
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore One Design Studios, LLC
Tipo di Pagamento free
Lingue Supportate 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."
    }
}