Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
什麼是Pivotal Linked Github?
Pivotal Linked Github是由ivan.tse1開發的Chrome擴展程式,該擴展的主要功能是“Links the pivotal-style syntax messages in Github to Pivotal Tracker stories”。
擴展截圖
下載Pivotal Linked Github擴展crx文件
下載Pivotal Linked Github擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories.
For example, if your commit message is "[fixes #123456]", then "#123456" will be linked to the pivotal story. This extension also parses and links the pull request's body.
Github Repo: https://github.com/ivantsepp/pivotal-linked-github
Example PR: https://github.com/ivantsepp/pivotal-linked-github/pull/2
Changelog:
0.0.7 - links now open in new tabs 擴展基本資訊
| 名稱 | |
| ID | fabegpijepoajdbndhomfomdiejccbmc |
| 官方網址 | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
| 簡介 | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
| 檔案大小 | 13.13 KB |
| 安裝次數 | 24 |
| 目前版本 | 0.0.7 |
| 更新時間 | 2015-02-11 |
| 上架時間 | 2015-02-11 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | ivan.tse1 |
| 付費類型 | free |
| 擴展官網 | https://github.com/ivantsepp/pivotal-linked-github |
| 說明頁面URL | https://github.com/ivantsepp/pivotal-linked-github |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pivotal Linked Github",
"description": "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories",
"version": "0.0.7",
"author": "Ivan Tse",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"pivotal-linked-github.js"
]
}
]
} | |