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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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." } } |