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
官方URL 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
}