Github Absolute Dates

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

Github Absolute Dates là gì?

Github Absolute Dates là một tiện ích mở rộng Chrome được phát triển bởi One Design Studios, LLC, và tính năng chính của nó là "Hate github's relative dates? So do we. This extension provides non relative dates!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github Absolute Dates

Tải xuống các tệp mở rộng Github Absolute Dates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Github Absolute Dates Github Absolute Dates
ID iepecohjelcmdnahbddleblfphbaheno
URL Chính Thức https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno
Mô tả Hate github's relative dates? So do we. This extension provides non relative dates!
Kích Thước Tệp 19.37 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-12
Ngày Phát Hành 2016-08-11
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển One Design Studios, LLC
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
    }
}