arXiv2git
Looks for github links from arXiv pages.
Qu'est-ce que arXiv2git ?
arXiv2git est une extension Chrome développée par https://thoppe.github.io, et sa fonction principale est "Looks for github links from arXiv pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension arXiv2git
Téléchargez les fichiers d'extension arXiv2git au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | arXiv2git |
ID | gfhbipbocjiapodeflmklgnnnndplnpp |
URL Officiel | https://chromewebstore.google.com/detail/arxiv2git/gfhbipbocjiapodeflmklgnnnndplnpp |
Description | Looks for github links from arXiv pages. |
Taille du Fichier | 51.71 KB |
Nombre d'Installations | 144 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-05-11 |
Date de Publication | 2016-05-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://thoppe.github.io |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/thoppe/arXiv2git |
Langues Prises en Charge | 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" } } |