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 |
| 公式URL | 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 |
| Eメール | [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"
}
}
} | |