Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Apa itu Github Absolute Dates?
Github Absolute Dates adalah ekstensi Chrome yang dikembangkan oleh One Design Studios, LLC, dan fitur utamanya adalah "Hate github's relative dates? So do we. This extension provides non relative dates!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github Absolute Dates
Unduh file ekstensi Github Absolute Dates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Github Absolute Dates |
ID | iepecohjelcmdnahbddleblfphbaheno |
URL Resmi | https://chromewebstore.google.com/detail/github-absolute-dates/iepecohjelcmdnahbddleblfphbaheno |
Deskripsi | Hate github's relative dates? So do we. This extension provides non relative dates! |
Ukuran File | 19.37 KB |
Jumlah Instalasi | 158 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-08-12 |
Tanggal Publikasi | 2016-08-11 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | One Design Studios, LLC |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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." } } |