Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
Hvad er Pivotal Linked Github?
Pivotal Linked Github er en Chrome-udvidelse udviklet af ivan.tse1, og dens hovedfunktion er "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".
Udvidelsesskærmbilleder
Download Pivotal Linked Github-udvidelses-CRX-fil
Download Pivotal Linked Github-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | fabegpijepoajdbndhomfomdiejccbmc |
Officiel URL | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
Beskrivelse | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
Filstørrelse | 13.13 KB |
Antal Installationer | 24 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2015-02-11 |
Udgivelsesdato | 2015-02-11 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | ivan.tse1 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ivantsepp/pivotal-linked-github |
Hjælpeside-URL | https://github.com/ivantsepp/pivotal-linked-github |
Understøttede Sprog | 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" ] } ] } |