CodeChatGPT

CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot

什麼是CodeChatGPT?

CodeChatGPT是由AlbertoP開發的Chrome擴展程式,該擴展的主要功能是“CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot”。

擴展截圖

screenshot
screenshot

下載CodeChatGPT擴展crx文件

下載CodeChatGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CodeChatGPT is an innovative Chrome extension that revolutionizes the way you share your code with ChatGPT. Whether it's Python, PHP, HTML, CSS, JS, or any other language, you can load your code in its entirety, without any division, and engage in an automated, meaningful conversation about it.

Features:

Simplified Code Loading: With the 'Browse' button, effortlessly select a folder containing your code files in any language. CodeChatGPT will efficiently load all the files from the selected folder and its subfolders.

Automated Data Generation & Message Buttons: Click on the 'Generate Structures and Data' button, and CodeChatGPT will generate the structure of your code and start to create messages to be sent to ChatGPT. For each message to be sent, a corresponding button will be created in the extension's interface.

Automated Message Sending: Once your data has been generated, the 'Send Data to Chat Automatically' button will activate. This feature initiates the automated sending of messages to the chat, making your interaction with ChatGPT smoother and more efficient.

Important Notes:

CodeChatGPT works when opened with the ChatGPT tab already open.

For optimal performance, it is recommended to start with a clean chat.


Elevate your coding conversations with CodeChatGPT! It's not just about loading files; it's about transforming your code into interactive and insightful discussions.

**CHANGELOG
#Moving from 1.0.1 to 1.0.2
The latest update to CodeChatGPT (version 1.0.2) brings several enhancements and improvements, making your coding conversations even more seamless and productive. We're pleased to announce that all functionality is now fully restored and operational with the new version of ChatGPT.

CodeChatGPT is now once again functioning flawlessly, allowing you to effortlessly load your code files, generate data structures, and engage in automated and insightful discussions with ChatGPT. The extension's interface has been optimized to ensure a smooth experience, enabling you to navigate through your code and interact with ChatGPT without any issues.

We apologize for any inconvenience caused by the previous version, and we appreciate your patience and understanding. With this latest update, CodeChatGPT is back in action, ready to elevate your coding conversations and unlock new levels of productivity.

#Moving from 1.0.0 to 1.0.1
The introduced updates are:

Added check to ensure the extension is launched on the ChatGPT tab.
Increased the task division character limit from 5000 to 10000.
Implemented the function to automatically scroll both the page and the extension.                    

擴展基本資訊

名稱 CodeChatGPT CodeChatGPT
ID gpobhojpbelloahlkjmbeeofcmmpfham
官方網址 https://chromewebstore.google.com/detail/codechatgpt/gpobhojpbelloahlkjmbeeofcmmpfham
簡介 CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot
檔案大小 31.06 KB
安裝次數 161
目前版本 1.0.2
更新時間 2023-07-13
上架時間 2023-05-14
評分 4.00/5 共 2 次評分
開發者 AlbertoP
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CodeChatGPT",
    "version": "1.0.2",
    "description": "CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}