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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bfday และคุณลักษณะหลักของมันคือ "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ..."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbucket (+ others): absolute commit date

ดาวน์โหลดไฟล์ส่วนขยาย Bitbucket (+ others): absolute commit date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}