Github Absolute Dates

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

Co to jest Github Absolute Dates?

Github Absolute Dates to rozszerzenie Chrome opracowane przez One Design Studios, LLC, a jego główną funkcją jest „Hate github's relative dates? So do we. This extension provides non relative dates!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Absolute Dates

Pobierz pliki rozszerzeń Github Absolute Dates w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
Oficjalny URL https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
Opis Hate github's relative dates? So do we. This extension provides non relative dates!
Rozmiar pliku 19.37 KB
Liczba instalacji 158
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-08-12
Data Publikacji 2016-08-11
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper One Design Studios, LLC
Typ Płatności free
Obsługiwane Języki 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."
    }
}