arXiv2git

Looks for github links from arXiv pages.

arXiv2git란 무엇입니까?

arXiv2git은(는) https://thoppe.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Looks for github links from arXiv pages."입니다.

확장 프로그램 스크린샷

screenshot

arXiv2git 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 arXiv2git
ID gfhbipbocjiapodeflmklgnnnndplnpp
공식 URL 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"
    }
}