Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
Hvad er Github linkify for CMSSW?
Github linkify for CMSSW er en Chrome-udvidelse udviklet af github.linkify.cmssw, og dens hovedfunktion er "Turn C++ and Python includes in CMSSW into links on Github".
Udvidelsesskærmbilleder
Download Github linkify for CMSSW-udvidelses-CRX-fil
Download Github linkify for CMSSW-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Github linkify for CMSSW |
ID | dfhloocknejlnadfgmkceikaaidgmndk |
Officiel URL | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
Beskrivelse | Turn C++ and Python includes in CMSSW into links on Github |
Filstørrelse | 19.05 KB |
Antal Installationer | 216 |
Nuværende Version | 0.3.3 |
Senest Opdateret | 2019-07-11 |
Udgivelsesdato | 2019-07-11 |
Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
Udvikler | github.linkify.cmssw |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/raggleton/github-linkify-cmssw/ |
Hjælpeside-URL | https://github.com/raggleton/github-linkify-cmssw/issues |
Understøttede Sprog | 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" } } |