Simplify Overleaf
Simplify your overleaf to focus on editing!
Was ist Simplify Overleaf?
Simplify Overleaf ist eine Chrome-Erweiterung, die von weigq1234 entwickelt wurde, und ihr Hauptmerkmal ist "Simplify your overleaf to focus on editing!".
Erweiterungsscreenshots
Simplify Overleaf-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simplify Overleaf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing!
Grundlegende Informationen zur Erweiterung
Name | Simplify Overleaf |
ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
Offizielle URL | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
Beschreibung | Simplify your overleaf to focus on editing! |
Dateigröße | 1.37 MB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-11-14 |
Veröffentlichungsdatum | 2021-11-11 |
Entwickler | weigq1234 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/weigq/simplify_overleaf |
Hilfeseite URL | https://github.com/weigq/simplify_overleaf |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Overleaf", "description": "Simplify your overleaf to focus on editing!", "version": "1.0.3", "homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": [], "icons": { "128": "\/logo-128.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "\/thirdparty\/jquery.min.js", "\/thirdparty\/ResizeSensor.js", "\/thirdparty\/ElementQueries.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |