Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
Apa itu Pivotal Linked Github?
Pivotal Linked Github adalah ekstensi Chrome yang dikembangkan oleh ivan.tse1, dan fitur utamanya adalah "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pivotal Linked Github
Unduh file ekstensi Pivotal Linked Github dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Pivotal Linked Github |
ID | fabegpijepoajdbndhomfomdiejccbmc |
URL Resmi | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
Deskripsi | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
Ukuran File | 13.13 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2015-02-11 |
Tanggal Publikasi | 2015-02-11 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | ivan.tse1 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ivantsepp/pivotal-linked-github |
URL Halaman Bantuan | https://github.com/ivantsepp/pivotal-linked-github |
Bahasa yang Didukung | 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" ] } ] } |