arXiv2git

Looks for github links from arXiv pages.

Τι είναι το arXiv2git;

Το arXiv2git είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thoppe.github.io, και η κύρια λειτουργία του είναι "Looks for github links from arXiv pages.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης arXiv2git

Λήψη αρχείων επέκτασης 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"
    }
}