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開發的Chrome擴展程式,該擴展的主要功能是“Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...”。
擴展截圖
下載Bitbucket (+ others): absolute commit date擴展crx文件
下載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 |
ID | ibmpjnmlhfboaljbechlinicnlpmlgnp |
官方網址 | 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" ] } ] } |