WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChromeGPT

ChromeGPT

View on Chrome Web Store
View ChromeGPT Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
1 new ratings
13 views
This extension has been viewed 13 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.

Copy formulas from ChatGPT into Word, Excel or LaTeX format by right click! Other websites including wikipedia are also compatible!
Type
Extension
Users
2,000 users
1K
call**********************
View author page of call**********************
Published
Published on September 24, 2024
Version 1.3
Manifest version
3
Updated
Updated on October 29, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View ChromeGPT 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": "ChromeGPT",
    "version": "1.3",
    "description": "Copy formulas from ChatGPT into Word, Excel or LaTeX format by right click! Other websites including wikipedia are also compatible!",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "chromegpt.js"
            ],
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "svg\/*.svg",
                "css\/*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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