Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
Vad är Github linkify for CMSSW?
Github linkify for CMSSW är en Chrome-tillägg utvecklad av github.linkify.cmssw, och dess huvudfunktion är "Turn C++ and Python includes in CMSSW into links on Github".
Tilläggsskärmbilder
Ladda ner Github linkify for CMSSW-förlängningens CRX-fil
Ladda ner Github linkify for CMSSW-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dfhloocknejlnadfgmkceikaaidgmndk |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
| Beskrivning | Turn C++ and Python includes in CMSSW into links on Github |
| Filstorlek | 19.05 KB |
| Antal Installationer | 216 |
| Aktuell Version | 0.3.3 |
| Senast Uppdaterad | 2019-07-11 |
| Publiceringsdatum | 2019-07-11 |
| Betyg | 4.80/5 Totalt 5 Betyg |
| Utvecklare | github.linkify.cmssw |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/raggleton/github-linkify-cmssw/ |
| Hjälpsida URL | https://github.com/raggleton/github-linkify-cmssw/issues |
| Stödda Språk | 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"
}
} | |