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
公式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
Eメール [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"
    }
}