SLext

SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.

SLext क्या है?

SLext slext-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website."।

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

screenshot

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

crx प्रारूप में SLext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Open source ShareLatex/Overleaf extension that adds features for an improved editing experience!

Features include:
 - File tabs
 - Custom color schemes for the interface
 - Favorite tabs with Alt+d
 - Quick-open files with Alt+p
 - Set a main file to compile with the "Compile main" button
 - Quickly closing a tab by pressing Alt+w
 - Opening the file under your cursor in a document by pressing Alt+g
 - Hiding remote cursors and flags                    

एक्सटेंशन की मूल जानकारी

नाम SLext SLext
ID jlajbdlfgkklpjdgnhajdohfjbihming
आधिकारिक URL https://chromewebstore.google.com/detail/slext/jlajbdlfgkklpjdgnhajdohfjbihming
विवरण SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
फ़ाइल का आकार 428 KB
स्थापना संख्या 506
वर्तमान संस्करण 1.8.0
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2020-02-24
रेटिंग 4.92/5 कुल 12 रेटिंग्स
डेवलपर slext-team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hrjakobsen/slext/
सहायता पृष्ठ URL https://github.com/hrjakobsen/slext/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLext",
    "short_name": "SLext",
    "description": "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.",
    "version": "1.8.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.sharelatex.com\/*",
                "https:\/\/*.overleaf.com\/*"
            ],
            "css": [
                "styles\/contentscript.css",
                "styles\/theme.css"
            ],
            "js": [
                "scripts\/loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/injected.js"
            ],
            "matches": [
                "https:\/\/*.overleaf.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        }
    }
}