WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AutoLatex

AutoLatex

View on Chrome Web Store
View AutoLatex Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
14 views
This extension has been viewed 14 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.

LLM powered text2latex for math equations, image2latex converter with live markdown and latex rendering, standalone chat mode
Type
Extension
Users
1,000 users
20
sankalp
View author page of sankalp
Published
Published on August 20, 2024
Version 1.6
Manifest version
3
Updated
Updated on December 29, 2024
productivity/education
Extension Category
View on Chrome Web Store
View AutoLatex 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",
    "manifest_version": 3,
    "name": "AutoLatex",
    "version": "1.6",
    "description": "LLM powered text2latex for math equations, image2latex converter with live markdown and latex rendering, standalone chat mode",
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "katex\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_title": "Open AutoLatex"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Open LaTeX Renderer"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html",
        "default_width": 450
    }
}
© 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