Github linkify for CMSSW

Turn C++ and Python includes in CMSSW into links on Github

Github linkify for CMSSW란 무엇입니까?

Github linkify for CMSSW은(는) github.linkify.cmssw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn C++ and Python includes in CMSSW into links on Github"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Github linkify for CMSSW 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Makes C++ and Python files in CMSSW on Github much easier to navigate by turning filepaths into links! No more copy-and-pasting! Also works on forks.

C++: convert "#include" statements into links. Also adds a link to the source file if it exists.

Python: convert "import X" and "process.load('X')" statements into links.

NOTE: there is a current known issue, whereby you must sometimes reload the page to get links to appear.                    

확장 프로그램 기본 정보

이름 Github linkify for CMSSW Github linkify for CMSSW
ID dfhloocknejlnadfgmkceikaaidgmndk
공식 URL https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk
설명 Turn C++ and Python includes in CMSSW into links on Github
파일 크기 19.05 KB
설치 횟수 216
현재 버전 0.3.3
최근 업데이트 2019-07-11
출시 날짜 2019-07-11
평점 4.80/5 총 5 개의 평점
개발자 github.linkify.cmssw
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/raggleton/github-linkify-cmssw/
도움말 페이지 URL https://github.com/raggleton/github-linkify-cmssw/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github linkify for CMSSW",
    "description": "Turn C++ and Python includes in CMSSW into links on Github",
    "version": "0.3.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.github.com\/*\/cmssw\/*",
                "https:\/\/github.com\/*\/cmssw\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon\/icon_128.png"
    }
}