Enhanced ChatGPT

Enhanced ChatGPT extension adds new features to ChatGPT, including chat export and prompt templates. A must-have for ChatGPT users.

What is Enhanced ChatGPT?

Enhanced ChatGPT is a Chrome extension developed by Mohalobaidi, and its main feature is "Enhanced ChatGPT extension adds new features to ChatGPT, including chat export and prompt templates. A must-have for ChatGPT users.".

Extension Screenshots

screenshot

Download Enhanced ChatGPT Extension CRX File

Download Enhanced ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Supercharge your experience with Enhanced ChatGPT 🚀

Enhanced ChatGPT is an extension that helps you get more out of your conversations with the ChatGPT language model.

With Enhanced ChatGPT, you can access new features that enhance your ChatGPT experience, such as the ability to export your current chat to a Markdown file 📝 and access a variety of prompt templates to enhance your conversations. 

Powered by the tireless (and slightly caffeinated) efforts of the open-source community,  Enhanced ChatGPT takes the ChatGPT you already know and transforms it into something even better, offering completely new capabilities:

🗂️ Export Chat 🗂️ - Save your ChatGPT conversations for later reference, making it easy to review and organize your chat history.

🔮 Prompt Templates 🔮 - Choose from a variety of templates to customize your chat experience, such as the Javascript Console template, which allows you to mimic the functionality of a javascript console, or the Linux Terminal template, which lets you interact with ChatGPT as if it were a Linux terminal. 💻 You can even try out the Travel Guide template to have ChatGPT act as a virtual travel guide, helping you plan your next vacation. Or, if you're interested in sports, you can select the Football Commentator template to have ChatGPT provide live commentary on your favorite games.

💡 [Your Next Idea] 💡 - Have you ever thought to yourself, "I wish there was a way to do [insert your idea here] with ChatGPT"? We want to make those wishes a reality. Enhanced ChatGPT is always looking for new ways to improve the user experience and make the most of your conversations. So why not share your ideas with us and see them come to life in the extension? We're always open to hearing your suggestions and working together to make Enhanced ChatGPT even better.

With Enhanced ChatGPT, the sky's the limit. Share your ideas with us and see them come to life in the extension. We're always looking for ways to improve the user experience and make the most of your conversations. Let's work together to make Enhanced ChatGPT even better.

Unleash Your Creativity with prompts.chat + ChatGPT
- Plan your next vacation with the Travel Guide template 🌴
- Improve your English skills with the English Translator and Improver template 🇬🇧
- Write your own screenplays and scripts with the Screenwriter template 🎬
- Write poetry or lyrics with the Poet template 📜 
- Get expert advice and guidance on relationships with the Relationship Coach template ❤️
- Write and critique movie reviews with the Movie Critic template 🍿
- And the options don't stop there - visit prompts.chat for the full list!

we are always striving to make our platform even better for our users. If you have any thoughts or suggestions that you'd like to share, please don't hesitate to reach out to us at [email protected]. We'd love to hear from you!


** Written by ChatGPT with some help from @Mohalobaidi                    

Extension Basic Information

Name Enhanced ChatGPT Enhanced ChatGPT
ID mcbhhiafbiafmggccdcpgfldcaeipopg
Official URL https://chromewebstore.google.com/detail/enhanced-chatgpt/mcbhhiafbiafmggccdcpgfldcaeipopg
Description Enhanced ChatGPT extension adds new features to ChatGPT, including chat export and prompt templates. A must-have for ChatGPT users.
File Size 73.46 KB
Installation Count 53,279
Current Version 0.15.3.5
Last Updated 2023-04-11
Publish Date 2022-12-09
Rating 3.52/5 Total 31 Ratings
Developer Mohalobaidi
Email [email protected]
Payment Type free
Extension Website https://github.com/mohalobaidi/EnhancedChatGPT
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enhanced ChatGPT",
    "description": "Enhanced ChatGPT extension adds new features to ChatGPT, including chat export and prompt templates. A must-have for ChatGPT users.",
    "version": "0.15.3.5",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "72": "icons\/72.png",
        "80": "icons\/80.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open ChatGPT"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/inject.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ]
        }
    ]
}