Overleaf Compiler - NO TIMEOUT LIMIT

Alternative Compiler for Overleaf with NO TIMEOUT LIMIT.

Overleaf Compiler - NO TIMEOUT LIMIT란 무엇입니까?

Overleaf Compiler - NO TIMEOUT LIMIT은(는) Digital Turbo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alternative Compiler for Overleaf with NO TIMEOUT LIMIT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Overleaf Compiler - NO TIMEOUT LIMIT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Overleaf Compiler is an alternative compiler for Overleaf. It extends the official free plan's ONE MINUTE compile TIMEOUT to UNLIMITED.

Overleaf Compiler renders an output PDF as well as compile log just as the Overleaf official compile result.

Overleaf Compiler support all the compiler options of Overleaf Settings, including pdfLaTeX, LateX, XeLaX, LuaLaTeX.

The Extension only adds one button on the menu bar. All you need to do is click the button and wait the rendered PDF popup.

Features:
✅ No COMPILE TIMEOUT
✅ Render PDF with only ONE click
✅ Support pdfLaTeX, LateX, XeLaX, LuaLaTeX

😜 Please feel free to contact us if you have any question or suggestion.
📧 Email: [email protected]                    

확장 프로그램 기본 정보

이름 Overleaf Compiler - NO TIMEOUT LIMIT Overleaf Compiler - NO TIMEOUT LIMIT
ID oanjlkcpejnhdafgdffjmhbcdfbbjlmj
공식 URL https://chrome.google.com/webstore/detail/overleaf-compiler-no-time/oanjlkcpejnhdafgdffjmhbcdfbbjlmj
설명 Alternative Compiler for Overleaf with NO TIMEOUT LIMIT.
파일 크기 399 KB
설치 횟수 386
현재 버전 1.1.0
최근 업데이트 2022-04-20
출시 날짜 2021-12-06
평점 1.00/5 총 1 개의 평점
개발자 Digital Turbo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://overleafcompiler.digitalworldturbo.com
지원되는 언어 en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_ext_description__",
    "version": "1.1.0",
    "name": "__MSG_ext_fulltitle__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.overleaf.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.overleaf.com\/*",
        "https:\/\/*.digitalworldturbo.com\/"
    ]
}