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ファイルをダウンロード

Overleaf Compiler - NO TIMEOUT LIMIT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}