Github Absolute Dates

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

Was ist Github Absolute Dates?

Github Absolute Dates ist eine Chrome-Erweiterung, die von One Design Studios, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Hate github's relative dates? So do we. This extension provides non relative dates!".

Erweiterungsscreenshots

screenshot

Github Absolute Dates-Erweiterungs-CRX-Datei herunterladen

Laden Sie Github Absolute Dates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
Offizielle URL https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
Beschreibung Hate github's relative dates? So do we. This extension provides non relative dates!
Dateigröße 19.37 KB
Installationsanzahl 158
Aktuelle Version 1.1
Letztes Update 2016-08-12
Veröffentlichungsdatum 2016-08-11
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler One Design Studios, LLC
Zahlungsart free
Unterstützte Sprachen 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."
    }
}