Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
什么是Github linkify for CMSSW?
Github linkify for CMSSW是由github.linkify.cmssw开发的Chrome扩展程序,该扩展的主要功能是“Turn C++ and Python includes in CMSSW into links on Github”。
扩展截图
下载Github linkify for CMSSW扩展crx文件
下载Github linkify for CMSSW扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Github linkify for CMSSW |
ID | dfhloocknejlnadfgmkceikaaidgmndk |
官方URL | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
简介 | Turn C++ and Python includes in CMSSW into links on Github |
文件大小 | 19.05 KB |
安装次数 | 216 |
当前版本 | 0.3.3 |
更新时间 | 2019-07-11 |
上架时间 | 2019-07-11 |
评分 | 4.80/5 共5次评分 |
开发者 | github.linkify.cmssw |
付费类型 | free |
扩展官网 | https://github.com/raggleton/github-linkify-cmssw/ |
帮助页面URL | https://github.com/raggleton/github-linkify-cmssw/issues |
支持的语言 | 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" } } |