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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}