Github Absolute Dates

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

Hvad er Github Absolute Dates?

Github Absolute Dates er en Chrome-udvidelse udviklet af One Design Studios, LLC, og dens hovedfunktion er "Hate github's relative dates? So do we. This extension provides non relative dates!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Github Absolute Dates-udvidelses-CRX-fil

Download Github Absolute Dates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
Officiel URL https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
Beskrivelse Hate github's relative dates? So do we. This extension provides non relative dates!
Filstørrelse 19.37 KB
Antal Installationer 158
Nuværende Version 1.1
Senest Opdateret 2016-08-12
Udgivelsesdato 2016-08-11
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler One Design Studios, LLC
Betalingsmetode free
Understøttede Sprog 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."
    }
}