WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
KaTeXGPT - ChatGPT & DeepSeek to Word Equation Converter

KaTeXGPT - ChatGPT & DeepSeek to Word Equation Converter

View on Chrome Web Store
View KaTeXGPT - ChatGPT & DeepSeek to Word Equation Converter Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (26 ratings)
1 new ratings
40 views
This extension has been viewed 40 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.

Converts ChatGPT and DeepSeek equations into Word-compatible format with a single click. Perfect for students and researchers!
Type
Extension
Users
9,000 users
1K
xmrphede
View author page of xmrphede
Published
Published on November 22, 2024
Version 1.3.2
Manifest version
3
Updated
Updated on February 21, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View KaTeXGPT - ChatGPT & DeepSeek to Word Equation Converter 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": "KaTeXGPT - ChatGPT & DeepSeek to Word Equation Converter",
    "version": "1.3.2",
    "description": "Converts ChatGPT and DeepSeek equations into Word-compatible format with a single click. Perfect for students and researchers!",
    "author": "Federico Granata",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.deepseek.com\/*"
            ],
            "css": [
                "styles.css",
                "popup.css"
            ],
            "js": [
                "katex.min.js",
                "confetti.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup.css"
            ],
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.deepseek.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 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