Debug-GPT

Your AI-Powered Debugging Assistant.

Debug-GPT란 무엇입니까?

Debug-GPT은(는) CircleCI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your AI-Powered Debugging Assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Debug-GPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Debug-GPT – your indispensable debugging companion that transforms the way you tackle complex errors within Chrome DevTools. Powered by advanced artificial intelligence, Debug-GPT reads and deciphers intricate error logs, offering a user-friendly understanding of the root causes and suggesting actionable steps to swiftly resolve issues. You will need an OpenAI token to activate Debug GPT features. Fetch your token on https://platform.openai.com/account/api-keys

Key features:
• AI-Powered Decoding: Debug-GPT leverages OpenAI technology to translate cryptic error messages into plain language explanations. Say goodbye to the frustration of deciphering complex logs.
• Actionable Insights: Debug-GPT provides actionable insights, guiding you through the next steps to effectively troubleshoot and resolve issues.
• Language Translations: Break down language barriers with Debug-GPT’s language translation feature. Get error explanations in your preferred language, enhancing accessibility and usability.

Debug-GPT seamlessly integrates into Chrome DevTools, enhancing your debugging workflow without disrupting your development environment. By expediting issue resolution, Debug-GPT helps you maintain high code quality and productivity, freeing you to focus on building exceptional websites.

How to get started
• Install the Debug-GPT Chrome extension from the Chrome Web Store.
• Pin the Debug-GPT extension in the taskbar
• Open Chrome Developer Tools in your browser window (View>Developer>Developer Tools)
• Open the Debug-GPT panel in the Drawer section of the Developer Tools window.
• Click on the Debug-GPT icon in the taskbar. You should get confirmation that an extension is debugging the browser.
• Encounter an error message you’d like to understand better.
• Click the “Enhance” button in the error message panel.

Say hello to a smoother debugging experience and a more productive coding journey.

Note: Debug-GPT is an open-source project developed by CircleCI. Join our community, https://github.com/CircleCI-Public/debug-gpt, and contribute to the evolution of smarter debugging for developers worldwide.                    

확장 프로그램 기본 정보

이름 Debug-GPT Debug-GPT
ID gdejebcifoelpfihochmbaoghanjjdbc
공식 URL https://chromewebstore.google.com/detail/debug-gpt/gdejebcifoelpfihochmbaoghanjjdbc
설명 Your AI-Powered Debugging Assistant.
파일 크기 90.38 KB
설치 횟수 141
현재 버전 1.0.2
최근 업데이트 2024-01-09
출시 날짜 2023-09-27
평점 5.00/5 총 8 개의 평점
개발자 CircleCI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://continuouslabs.circleci.com/
도움말 페이지 URL https://github.com/CircleCI-Public/debug-gpt
개인정보 보호 정책 페이지 URL https://privacy.circleci.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Debug-GPT",
    "description": "Your AI-Powered Debugging Assistant.",
    "version": "1.0.2",
    "permissions": [
        "debugger",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "devtools_page": "devtools.html",
    "action": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}