arXiv2git
Looks for github links from arXiv pages.
Cos'è arXiv2git?
arXiv2git è un'estensione di Chrome sviluppata da https://thoppe.github.io, e la sua funzione principale è "Looks for github links from arXiv pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione arXiv2git
Scarica i file di estensione arXiv2git in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | arXiv2git |
ID | gfhbipbocjiapodeflmklgnnnndplnpp |
URL Ufficiale | https://chromewebstore.google.com/detail/arxiv2git/gfhbipbocjiapodeflmklgnnnndplnpp |
Descrizione | Looks for github links from arXiv pages. |
Dimensione del File | 51.71 KB |
Conteggio Installazioni | 144 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-11 |
Data di Pubblicazione | 2016-05-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://thoppe.github.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/thoppe/arXiv2git |
Lingue Supportate | 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" } } |