Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
Wat is Github linkify for CMSSW?
Github linkify for CMSSW is een Chrome-extensie ontwikkeld door github.linkify.cmssw, en de belangrijkste functie is "Turn C++ and Python includes in CMSSW into links on Github".
Extensie Screenshots
Download het CRX-bestand van de extensie Github linkify for CMSSW
Download Github linkify for CMSSW-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dfhloocknejlnadfgmkceikaaidgmndk |
| Officiële URL | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
| Beschrijving | Turn C++ and Python includes in CMSSW into links on Github |
| Bestandsgrootte | 19.05 KB |
| Aantal Installaties | 216 |
| Huidige Versie | 0.3.3 |
| Laatst Bijgewerkt | 2019-07-11 |
| Publicatiedatum | 2019-07-11 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | github.linkify.cmssw |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/raggleton/github-linkify-cmssw/ |
| Help Pagina-URL | https://github.com/raggleton/github-linkify-cmssw/issues |
| Ondersteunde Talen | 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"
}
} | |