WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MathLeaf for OverLeaf

MathLeaf for OverLeaf

View on Chrome Web Store
View MathLeaf for OverLeaf Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An enhanced math palette for OverLeaf editor | 为 OverLeaf 设计的增强型 LaTeX 数学编辑面板
Type
Extension
Users
450 users
1
Chen Zhongshu
View author page of Chen Zhongshu
Published
Published on October 20, 2024
Version 0.7.8
Manifest version
3
Updated
Updated on December 13, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View MathLeaf for OverLeaf Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MathLeaf for OverLeaf",
    "short_name": "MathLeaf",
    "version": "0.7.8",
    "version_name": "rc7.8",
    "description": "An enhanced math palette for OverLeaf editor | \u4e3a OverLeaf \u8bbe\u8ba1\u7684\u589e\u5f3a\u578b LaTeX \u6570\u5b66\u7f16\u8f91\u9762\u677f",
    "author": {
        "email": "[email protected]"
    },
    "icons": {
        "128": "images\/mathleaf.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/mathleaf.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "common\/layui.min.css",
                "content\/content.css"
            ],
            "js": [
                "common\/settings.js",
                "common\/utils.js",
                "common\/tex-svg.min.js",
                "content\/formula_editor.min.js",
                "content\/ml_dom.js",
                "content\/pinyin.js",
                "content\/search.js",
                "content\/content.js",
                "content\/guide.js",
                "common\/layui.min.js"
            ],
            "matches": [
                "https:\/\/*.overleaf.com\/project\/*"
            ],
            "content_security_policy": {
                "extension_pages": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"
            }
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "videos\/guide-video-*.webm",
                "images\/*",
                "font\/*"
            ],
            "matches": [
                "https:\/\/*.overleaf.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top