SLext
SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.
什麼是SLext?
SLext是由slext-team開發的Chrome擴展程式,該擴展的主要功能是“SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.”。
擴展截圖
下載SLext擴展crx文件
下載SLext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | jlajbdlfgkklpjdgnhajdohfjbihming |
| 官方網址 | 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"
}
}
} | |