Debug-GPT

Your AI-Powered Debugging Assistant.

Debug-GPT क्या है?

Debug-GPT CircleCI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your AI-Powered Debugging Assistant."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Debug-GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}