Simplify Overleaf
Simplify your overleaf to focus on editing!
Hvad er Simplify Overleaf?
Simplify Overleaf er en Chrome-udvidelse udviklet af weigq1234, og dens hovedfunktion er "Simplify your overleaf to focus on editing!".
Udvidelsesskærmbilleder
Download Simplify Overleaf-udvidelses-CRX-fil
Download Simplify Overleaf-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Simplify Overleaf |
ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
Officiel URL | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
Beskrivelse | Simplify your overleaf to focus on editing! |
Filstørrelse | 1.37 MB |
Antal Installationer | 36 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2021-11-14 |
Udgivelsesdato | 2021-11-11 |
Udvikler | weigq1234 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/weigq/simplify_overleaf |
Hjælpeside-URL | https://github.com/weigq/simplify_overleaf |
Understøttede Sprog | 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'" } |