SLext

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

Was ist SLext?

SLext ist eine Chrome-Erweiterung, die von slext-team entwickelt wurde, und ihr Hauptmerkmal ist "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.".

Erweiterungsscreenshots

screenshot

SLext-Erweiterungs-CRX-Datei herunterladen

Laden Sie SLext-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SLext SLext
ID jlajbdlfgkklpjdgnhajdohfjbihming
Offizielle URL https://chromewebstore.google.com/detail/slext/jlajbdlfgkklpjdgnhajdohfjbihming
Beschreibung SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
Dateigröße 428 KB
Installationsanzahl 506
Aktuelle Version 1.8.0
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-02-24
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler slext-team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hrjakobsen/slext/
Hilfeseite URL https://github.com/hrjakobsen/slext/issues
Unterstützte Sprachen 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"
        }
    }
}