SLext
SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
Vad är SLext?
SLext är en Chrome-tillägg utvecklad av slext-team, och dess huvudfunktion är "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.".
Tilläggsskärmbilder
Ladda ner SLext-förlängningens CRX-fil
Ladda ner SLext-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | SLext |
ID | jlajbdlfgkklpjdgnhajdohfjbihming |
Officiell webbadress | https://chromewebstore.google.com/detail/slext/jlajbdlfgkklpjdgnhajdohfjbihming |
Beskrivning | SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website. |
Filstorlek | 428 KB |
Antal Installationer | 506 |
Aktuell Version | 1.8.0 |
Senast Uppdaterad | 2024-02-21 |
Publiceringsdatum | 2020-02-24 |
Betyg | 4.92/5 Totalt 12 Betyg |
Utvecklare | slext-team |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/hrjakobsen/slext/ |
Hjälpsida URL | https://github.com/hrjakobsen/slext/issues |
Stödda Språk | 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" } } } |