Simplify Overleaf
Simplify your overleaf to focus on editing!
Wat is Simplify Overleaf?
Simplify Overleaf is een Chrome-extensie ontwikkeld door weigq1234, en de belangrijkste functie is "Simplify your overleaf to focus on editing!".
Extensie Screenshots
Download het CRX-bestand van de extensie Simplify Overleaf
Download Simplify Overleaf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Simplify Overleaf |
ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
Officiële URL | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
Beschrijving | Simplify your overleaf to focus on editing! |
Bestandsgrootte | 1.37 MB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-11-14 |
Publicatiedatum | 2021-11-11 |
Ontwikkelaar | weigq1234 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/weigq/simplify_overleaf |
Help Pagina-URL | https://github.com/weigq/simplify_overleaf |
Ondersteunde Talen | 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'" } |