Github linkify for CMSSW

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

Github linkify for CMSSWคืออะไร?

Github linkify for CMSSW เป็นส่วนขยายของ Chrome ที่พัฒนาโดย github.linkify.cmssw และคุณลักษณะหลักของมันคือ "Turn C++ and Python includes in CMSSW into links on Github"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github linkify for CMSSW

ดาวน์โหลดไฟล์ส่วนขยาย Github linkify for CMSSW ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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