arXiv2git
Looks for github links from arXiv pages.
arXiv2git là gì?
arXiv2git là một tiện ích mở rộng Chrome được phát triển bởi https://thoppe.github.io, và tính năng chính của nó là "Looks for github links from arXiv pages.".
Ả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 arXiv2git
Tải xuống các tệp mở rộng arXiv2git 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
It's hard to search for code for papers like "t \bar{t} W production and decay at NLO". Some papers have a lot of links like "Deep Residual Learning for Image Recognition" and it may be hard to find all of them. This extensions tries to link the two together. Visit and arXiv page and if known github links exist then this extension will modify the page to show you where they are! Feedback welcome, but please leave it on the github project page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | arXiv2git |
ID | gfhbipbocjiapodeflmklgnnnndplnpp |
URL Chính Thức | https://chromewebstore.google.com/detail/arxiv2git/gfhbipbocjiapodeflmklgnnnndplnpp |
Mô tả | Looks for github links from arXiv pages. |
Kích Thước Tệp | 51.71 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-05-11 |
Ngày Phát Hành | 2016-05-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://thoppe.github.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/thoppe/arXiv2git |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "arXiv2git", "short_name": "arXiv2git", "version": "1.0", "description": "Looks for github links from arXiv pages.", "homepage_url": "https:\/\/github.com\/thoppe\/arXiv2git", "content_scripts": [ { "matches": [ "http:\/\/arxiv.org\/*", "https:\/\/arxiv.org\/*" ], "js": [ "jquery-2.2.3.min.js", "content.js" ], "css": [ "style.css" ] } ], "icons": { "16": "pencils16.png", "48": "pencils48.png", "128": "pencils128.png" } } |