SLext
SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
Qu'est-ce que SLext ?
SLext est une extension Chrome développée par slext-team, et sa fonction principale est "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SLext
Téléchargez les fichiers d'extension SLext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SLext |
ID | jlajbdlfgkklpjdgnhajdohfjbihming |
URL Officiel | https://chromewebstore.google.com/detail/slext/jlajbdlfgkklpjdgnhajdohfjbihming |
Description | SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website. |
Taille du Fichier | 428 KB |
Nombre d'Installations | 506 |
Version Actuelle | 1.8.0 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2020-02-24 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | slext-team |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hrjakobsen/slext/ |
URL de la Page d'Aide | https://github.com/hrjakobsen/slext/issues |
Langues Prises en Charge | 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" } } } |