Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
Vad är Pivotal Linked Github?
Pivotal Linked Github är en Chrome-tillägg utvecklad av ivan.tse1, och dess huvudfunktion är "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".
Tilläggsskärmbilder
Ladda ner Pivotal Linked Github-förlängningens CRX-fil
Ladda ner Pivotal Linked Github-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fabegpijepoajdbndhomfomdiejccbmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
| Beskrivning | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
| Filstorlek | 13.13 KB |
| Antal Installationer | 24 |
| Aktuell Version | 0.0.7 |
| Senast Uppdaterad | 2015-02-11 |
| Publiceringsdatum | 2015-02-11 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | ivan.tse1 |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ivantsepp/pivotal-linked-github |
| Hjälpsida URL | https://github.com/ivantsepp/pivotal-linked-github |
| Stödda Språk | 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"
]
}
]
} | |