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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hate github's relative dates? So do we. This extension provides non relative dates!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Absolute Dates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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." } } |