Simplify Overleaf

Simplify your overleaf to focus on editing!

什么是Simplify Overleaf?

Simplify Overleaf是由weigq1234开发的Chrome扩展程序,该扩展的主要功能是“Simplify your overleaf to focus on editing!”。

扩展截图

screenshot
screenshot

下载Simplify Overleaf扩展crx文件

下载Simplify Overleaf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
官方URL https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
简介 Simplify your overleaf to focus on editing!
文件大小 1.37 MB
安装次数 36
当前版本 1.0.3
更新时间 2021-11-14
上架时间 2021-11-11
开发者 weigq1234
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/weigq/simplify_overleaf
帮助页面URL https://github.com/weigq/simplify_overleaf
支持的语言 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'"
}