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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alternative Compiler for Overleaf with NO TIMEOUT LIMIT."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Overleaf Compiler - NO TIMEOUT LIMIT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}