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
官方網址 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."
    }
}