Bitbucket (+ others): absolute commit date

Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...

Bitbucket (+ others): absolute commit date क्या है?

Bitbucket (+ others): absolute commit date bfday द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bitbucket (+ others): absolute commit date एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows actual (absolute) date of commits (and other date-containing fields) for Bitbucket.org, *.atlassian.com and others domains which have 

एक्सटेंशन की मूल जानकारी

नाम Bitbucket (+ others): absolute commit date Bitbucket (+ others): absolute commit date
ID ibmpjnmlhfboaljbechlinicnlpmlgnp
आधिकारिक URL https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp
विवरण Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
फ़ाइल का आकार 12.6 KB
स्थापना संख्या 737
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2019-03-13
प्रकाशन तिथि 2019-03-13
रेटिंग 4.17/5 कुल 12 रेटिंग्स
डेवलपर bfday
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/bfday
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitbucket (+ others): absolute commit date",
    "short_name": "DatesConverter",
    "description": "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...",
    "version": "2.2.0",
    "background": {
        "persistent": true,
        "scripts": [
            "background.min.js",
            "sharedCode.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html",
        "default_title": "Absolute dates of commits"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "sharedCode.min.js",
                "content_script.min.js"
            ]
        }
    ]
}