Simplify Overleaf

Simplify your overleaf to focus on editing!

Qu'est-ce que Simplify Overleaf ?

Simplify Overleaf est une extension Chrome développée par weigq1234, et sa fonction principale est "Simplify your overleaf to focus on editing!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simplify Overleaf

Téléchargez les fichiers d'extension Simplify Overleaf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
URL Officiel https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Description Simplify your overleaf to focus on editing!
Taille du Fichier 1.37 MB
Nombre d'Installations 36
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-11-14
Date de Publication 2021-11-11
Développeur weigq1234
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/weigq/simplify_overleaf
URL de la Page d'Aide https://github.com/weigq/simplify_overleaf
Langues Prises en Charge 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'"
}