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ファイルをダウンロード

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 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"
    }
}