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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |