Github linkify for CMSSW
Turn C++ and Python includes in CMSSW into links on Github
Github linkify for CMSSW là gì?
Github linkify for CMSSW là một tiện ích mở rộng Chrome được phát triển bởi github.linkify.cmssw, và tính năng chính của nó là "Turn C++ and Python includes in CMSSW into links on Github".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Github linkify for CMSSW
Tải xuống các tệp mở rộng Github linkify for CMSSW dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github linkify for CMSSW |
ID | dfhloocknejlnadfgmkceikaaidgmndk |
URL Chính Thức | https://chromewebstore.google.com/detail/github-linkify-for-cmssw/dfhloocknejlnadfgmkceikaaidgmndk |
Mô tả | Turn C++ and Python includes in CMSSW into links on Github |
Kích Thước Tệp | 19.05 KB |
Số Lần Cài Đặt | 216 |
Phiên Bản Hiện Tại | 0.3.3 |
Cập Nhật Lần Cuối | 2019-07-11 |
Ngày Phát Hành | 2019-07-11 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | github.linkify.cmssw |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/raggleton/github-linkify-cmssw/ |
URL Trang Trợ Giúp | https://github.com/raggleton/github-linkify-cmssw/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |