arXiv2git
Looks for github links from arXiv pages.
什麼是arXiv2git?
arXiv2git是由https://thoppe.github.io開發的Chrome擴展程式,該擴展的主要功能是“Looks for github links from arXiv pages.”。
擴展截圖
下載arXiv2git擴展crx文件
下載arXiv2git擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | arXiv2git |
ID | gfhbipbocjiapodeflmklgnnnndplnpp |
官方網址 | https://chromewebstore.google.com/detail/arxiv2git/gfhbipbocjiapodeflmklgnnnndplnpp |
簡介 | Looks for github links from arXiv pages. |
檔案大小 | 51.71 KB |
安裝次數 | 144 |
目前版本 | 1.0 |
更新時間 | 2016-05-11 |
上架時間 | 2016-05-10 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://thoppe.github.io |
付費類型 | free |
擴展官網 | https://github.com/thoppe/arXiv2git |
支援的語言 | 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" } } |