Pivotal Linked Github

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

Pivotal Linked Githubคืออะไร?

Pivotal Linked Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivan.tse1 และคุณลักษณะหลักของมันคือ "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pivotal Linked Github

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}