Simplify Overleaf

Simplify your overleaf to focus on editing!

What is Simplify Overleaf?

Simplify Overleaf is a Chrome extension developed by weigq1234, and its main feature is "Simplify your overleaf to focus on editing!".

Extension Screenshots

screenshot
screenshot

Download Simplify Overleaf Extension CRX File

Download Simplify Overleaf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
Official URL https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Description Simplify your overleaf to focus on editing!
File Size 1.37 MB
Installation Count 36
Current Version 1.0.3
Last Updated 2021-11-14
Publish Date 2021-11-11
Developer weigq1234
Email [email protected]
Payment Type free
Extension Website https://github.com/weigq/simplify_overleaf
Help Page URL https://github.com/weigq/simplify_overleaf
Supported Languages 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'"
}