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" } } |