open-in-overleaf

Access the LaTeX source code of arXiv papers on Overleaf

Co je open-in-overleaf?

open-in-overleaf je rozšíření Chrome vyvinuté amitness, a jeho hlavní funkcí je „Access the LaTeX source code of arXiv papers on Overleaf“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření open-in-overleaf

Stáhněte si soubory rozšíření open-in-overleaf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Our browser extension adds a "Open in Overleaf" button to the research papers on arxiv.org. 

This allows you to access the LaTex source code of the research paper and edit them directly on Overleaf.

How it works:
- You click the "Open in Overleaf" button on the page
- The latex tar file from arxiv.org is sent to an API to convert it into a zip file
- The zip file is sent to overleaf and we redirect the user to the overleaf edit page                    

Základní Informace o Rozšíření

Název open-in-overleaf open-in-overleaf
ID oikhlgfcmfbbdjbeeaplalpfdgijbdji
Oficiální URL https://chromewebstore.google.com/detail/open-in-overleaf/oikhlgfcmfbbdjbeeaplalpfdgijbdji
Popis Access the LaTeX source code of arXiv papers on Overleaf
Velikost souboru 691 KB
Počet instalací 1,115
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-12-20
Datum Vydání 2023-04-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář amitness
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://amitness.com/privacy/index.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "open-in-overleaf",
    "version": "0.1.1",
    "description": "Access the LaTeX source code of arXiv papers on Overleaf ",
    "author": "Amit Chaudhary ",
    "homepage_url": "https:\/\/github.com\/amitness\/open-in-overleaf",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arxiv.org\/abs\/*",
                "http:\/\/arxiv.org\/abs\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "144": "images\/icon.png"
    },
    "offline_enabled": true
}