open-in-overleaf

Access the LaTeX source code of arXiv papers on Overleaf

什麼是open-in-overleaf?

open-in-overleaf是由amitness開發的Chrome擴展程式,該擴展的主要功能是“Access the LaTeX source code of arXiv papers on Overleaf”。

擴展截圖

screenshot

下載open-in-overleaf擴展crx文件

下載open-in-overleaf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 open-in-overleaf open-in-overleaf
ID oikhlgfcmfbbdjbeeaplalpfdgijbdji
官方網址 https://chromewebstore.google.com/detail/open-in-overleaf/oikhlgfcmfbbdjbeeaplalpfdgijbdji
簡介 Access the LaTeX source code of arXiv papers on Overleaf
檔案大小 691 KB
安裝次數 1,115
目前版本 0.1.1
更新時間 2023-12-20
上架時間 2023-04-12
評分 5.00/5 共 1 次評分
開發者 amitness
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://amitness.com/privacy/index.html
支援的語言 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
}