Bitbucket (+ others): absolute commit date

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

What is Bitbucket (+ others): absolute commit date?

Bitbucket (+ others): absolute commit date is a Chrome extension developed by bfday, and its main feature is "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bitbucket (+ others): absolute commit date Extension CRX File

Download Bitbucket (+ others): absolute commit date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bitbucket (+ others): absolute commit date Bitbucket (+ others): absolute commit date
ID ibmpjnmlhfboaljbechlinicnlpmlgnp
Official URL https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp
Description Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
File Size 12.6 KB
Installation Count 737
Current Version 2.2.0
Last Updated 2019-03-13
Publish Date 2019-03-13
Rating 4.17/5 Total 12 Ratings
Developer bfday
Email [email protected]
Payment Type free
Help Page URL https://github.com/bfday
Supported Languages 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"
            ]
        }
    ]
}