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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pivotal Linked Github 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}