Github Absolute Dates

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

Github Absolute Datesとは何ですか?

Github Absolute DatesはOne Design Studios, LLCによって開発されたChromeの拡張機能で、その主な機能は「Hate github's relative dates? So do we. This extension provides non relative dates!」です。

拡張機能のスクリーンショット

screenshot

Github Absolute Dates拡張機能のCRXファイルをダウンロード

Github Absolute Dates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
公式URL https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
説明 Hate github's relative dates? So do we. This extension provides non relative dates!
ファイルサイズ 19.37 KB
インストール数 158
現在のバージョン 1.1
最終更新日 2016-08-12
公開日 2016-08-11
評価 2.33/5 合計 3 レビュー
開発者 One Design Studios, LLC
支払い方法 free
対応言語 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."
    }
}