Github Absolute Dates
Hate github's relative dates? So do we. This extension provides non relative dates!
Github Absolute Datesคืออะไร?
Github Absolute Dates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Design Studios, LLC และคุณลักษณะหลักของมันคือ "Hate github's relative dates? So do we. This extension provides non relative dates!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Absolute Dates
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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." } } |