Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
Wat is Pivotal Linked Github?
Pivotal Linked Github is een Chrome-extensie ontwikkeld door ivan.tse1, en de belangrijkste functie is "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".
Extensie Screenshots
Download het CRX-bestand van de extensie Pivotal Linked Github
Download Pivotal Linked Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pivotal Linked Github |
ID | fabegpijepoajdbndhomfomdiejccbmc |
Officiële URL | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
Beschrijving | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
Bestandsgrootte | 13.13 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2015-02-11 |
Publicatiedatum | 2015-02-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ivan.tse1 |
Betalingswijze | free |
Extensiewebsite | https://github.com/ivantsepp/pivotal-linked-github |
Help Pagina-URL | https://github.com/ivantsepp/pivotal-linked-github |
Ondersteunde Talen | 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" ] } ] } |