CodeChatGPT

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

CodeChatGPT là gì?

CodeChatGPT là một tiện ích mở rộng Chrome được phát triển bởi AlbertoP, và tính năng chính của nó là "CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodeChatGPT

Tải xuống các tệp mở rộng CodeChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodeChatGPT CodeChatGPT
ID gpobhojpbelloahlkjmbeeofcmmpfham
URL Chính Thức https://chromewebstore.google.com/detail/codechatgpt/gpobhojpbelloahlkjmbeeofcmmpfham
Mô tả CodeChatGPT is a Chrome extension that trains ChatGPT on code in a selected folder, enabling code discussions with a trained chatbot
Kích Thước Tệp 31.06 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-07-13
Ngày Phát Hành 2023-05-14
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển AlbertoP
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}