Bitbucket (+ others): absolute commit date
Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
Apa itu Bitbucket (+ others): absolute commit date?
Bitbucket (+ others): absolute commit date adalah ekstensi Chrome yang dikembangkan oleh bfday, dan fitur utamanya adalah "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitbucket (+ others): absolute commit date
Unduh file ekstensi Bitbucket (+ others): absolute commit date dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Shows actual (absolute) date of commits (and other date-containing fields) for Bitbucket.org, *.atlassian.com and others domains which have
Informasi Dasar Ekstensi
Nama | Bitbucket (+ others): absolute commit date |
ID | ibmpjnmlhfboaljbechlinicnlpmlgnp |
URL Resmi | https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp |
Deskripsi | Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ... |
Ukuran File | 12.6 KB |
Jumlah Instalasi | 737 |
Versi Saat Ini | 2.2.0 |
Terakhir Diperbarui | 2019-03-13 |
Tanggal Publikasi | 2019-03-13 |
Penilaian | 4.17/5 Total 12 Penilaian |
Pengembang | bfday |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/bfday |
Bahasa yang Didukung | 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" ] } ] } |