arXiv2git
Looks for github links from arXiv pages.
Wat is arXiv2git?
arXiv2git is een Chrome-extensie ontwikkeld door https://thoppe.github.io, en de belangrijkste functie is "Looks for github links from arXiv pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie arXiv2git
Download arXiv2git-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | arXiv2git |
ID | gfhbipbocjiapodeflmklgnnnndplnpp |
Officiële URL | https://chromewebstore.google.com/detail/arxiv2git/gfhbipbocjiapodeflmklgnnnndplnpp |
Beschrijving | Looks for github links from arXiv pages. |
Bestandsgrootte | 51.71 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-05-11 |
Publicatiedatum | 2016-05-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://thoppe.github.io |
Betalingswijze | free |
Extensiewebsite | https://github.com/thoppe/arXiv2git |
Ondersteunde Talen | 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" } } |