Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
O que é Github linkify for CMSSW?
Github linkify for CMSSW é uma extensão do Chrome desenvolvida por github.linkify.cmssw, e sua principal característica é "Turn C++ and Python includes in CMSSW into links on Github".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github linkify for CMSSW
Baixe arquivos de extensão Github linkify for CMSSW no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Github linkify for CMSSW |
ID | dfhloocknejlnadfgmkceikaaidgmndk |
URL Oficial | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
Descrição | Turn C++ and Python includes in CMSSW into links on Github |
Tamanho do Arquivo | 19.05 KB |
Contagem de Instalações | 216 |
Versão Atual | 0.3.3 |
Última Atualização | 2019-07-11 |
Data de Publicação | 2019-07-11 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | github.linkify.cmssw |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/raggleton/github-linkify-cmssw/ |
URL da Página de Ajuda | https://github.com/raggleton/github-linkify-cmssw/issues |
Idiomas Suportados | 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" } } |