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
Eメール [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
}