open-in-overleaf

Access the LaTeX source code of arXiv papers on Overleaf

open-in-overleaf là gì?

open-in-overleaf là một tiện ích mở rộng Chrome được phát triển bởi amitness, và tính năng chính của nó là "Access the LaTeX source code of arXiv papers on Overleaf".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng open-in-overleaf

Tải xuống các tệp mở rộng open-in-overleaf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên open-in-overleaf open-in-overleaf
ID oikhlgfcmfbbdjbeeaplalpfdgijbdji
URL Chính Thức https://chromewebstore.google.com/detail/open-in-overleaf/oikhlgfcmfbbdjbeeaplalpfdgijbdji
Mô tả Access the LaTeX source code of arXiv papers on Overleaf
Kích Thước Tệp 691 KB
Số Lần Cài Đặt 1,115
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2023-04-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển amitness
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://amitness.com/privacy/index.html
Ngôn Ngữ Được Hỗ Trợ 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
}