SLext

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

SLext là gì?

SLext là một tiện ích mở rộng Chrome được phát triển bởi slext-team, và tính năng chính của nó là "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SLext

Tải xuống các tệp mở rộng SLext dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SLext SLext
ID jlajbdlfgkklpjdgnhajdohfjbihming
URL Chính Thức https://chromewebstore.google.com/detail/slext/jlajbdlfgkklpjdgnhajdohfjbihming
Mô tả SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
Kích Thước Tệp 428 KB
Số Lần Cài Đặt 506
Phiên Bản Hiện Tại 1.8.0
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2020-02-24
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển slext-team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hrjakobsen/slext/
URL Trang Trợ Giúp https://github.com/hrjakobsen/slext/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}