Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
Apa itu Github linkify for CMSSW?
Github linkify for CMSSW adalah ekstensi Chrome yang dikembangkan oleh github.linkify.cmssw, dan fitur utamanya adalah "Turn C++ and Python includes in CMSSW into links on Github".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github linkify for CMSSW
Unduh file ekstensi Github linkify for CMSSW 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
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.
Informasi Dasar Ekstensi
Nama | Github linkify for CMSSW |
ID | dfhloocknejlnadfgmkceikaaidgmndk |
URL Resmi | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
Deskripsi | Turn C++ and Python includes in CMSSW into links on Github |
Ukuran File | 19.05 KB |
Jumlah Instalasi | 216 |
Versi Saat Ini | 0.3.3 |
Terakhir Diperbarui | 2019-07-11 |
Tanggal Publikasi | 2019-07-11 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | github.linkify.cmssw |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/raggleton/github-linkify-cmssw/ |
URL Halaman Bantuan | https://github.com/raggleton/github-linkify-cmssw/issues |
Bahasa yang Didukung | 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" } } |