Simplify Overleaf

Simplify your overleaf to focus on editing!

Cos'è Simplify Overleaf?

Simplify Overleaf è un'estensione di Chrome sviluppata da weigq1234, e la sua funzione principale è "Simplify your overleaf to focus on editing!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simplify Overleaf

Scarica i file di estensione Simplify Overleaf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
URL Ufficiale https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Descrizione Simplify your overleaf to focus on editing!
Dimensione del File 1.37 MB
Conteggio Installazioni 36
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-11-14
Data di Pubblicazione 2021-11-11
Sviluppatore weigq1234
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/weigq/simplify_overleaf
URL della Pagina di Aiuto https://github.com/weigq/simplify_overleaf
Lingue Supportate 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'"
}