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
拡張機能の基本情報
名前 | Pivotal Linked Github |
ID | fabegpijepoajdbndhomfomdiejccbmc |
公式URL | 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" ] } ] } |