Pivotal Linked Github

Links the pivotal-style syntax messages in Github to Pivotal Tracker stories

Qu'est-ce que Pivotal Linked Github ?

Pivotal Linked Github est une extension Chrome développée par ivan.tse1, et sa fonction principale est "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pivotal Linked Github

Téléchargez les fichiers d'extension Pivotal Linked Github au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pivotal Linked Github Pivotal Linked Github
ID fabegpijepoajdbndhomfomdiejccbmc
URL Officiel https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc
Description Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
Taille du Fichier 13.13 KB
Nombre d'Installations 24
Version Actuelle 0.0.7
Dernière Mise à Jour 2015-02-11
Date de Publication 2015-02-11
Évaluation 5.00/5 Total 3 Évaluations
Développeur ivan.tse1
Type de Paiement free
Site Web de l'Extension https://github.com/ivantsepp/pivotal-linked-github
URL de la Page d'Aide https://github.com/ivantsepp/pivotal-linked-github
Langues Prises en Charge 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"
            ]
        }
    ]
}