CodePal - The Ultimate Coding Companion

CodePal.ai Official Extension

CodePal - The Ultimate Coding Companion क्या है?

CodePal - The Ultimate Coding Companion https://codepal.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CodePal.ai Official Extension"।

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

screenshot
screenshot

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

crx प्रारूप में CodePal - The Ultimate Coding Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Try it for free at CodePal.ai 🚀

CodePal enables coding to anyone, regardless of their experience level, by providing access to dozens of coding tools that utilize AI.

Some of CodePal AI tools:

- Code Explainer: Easily understand any piece of code.
- Code Documentation Creator: Automatically document your code.
- Bug Detector: Identify and fix bugs, issues, and potential problems in your code.
- Code Refactor: Restructure and clean your code.
- Code Rephraser: Rephrase your code without changing the logic.
- Code Unminifier: Transform any minified code into its unminified form.
- Unit-Tests Writer: Provide unit tests for your code.
- Code Reviewer: Get professional-level code reviews to your code.
- Code Simplifier: Get a simpler version of your code.
- Code Visualizer: See your code in a graphical format, illustrating the relationships within.
- Code Security Scanner: Check your code for potential security vulnerabilities.
- Big-O Analyzer: Evaluate the space and time complexity of any code segment.

...and many more!

For the full list of AI coding tools, visit CodePal.ai                    

एक्सटेंशन की मूल जानकारी

नाम CodePal - The Ultimate Coding Companion CodePal - The Ultimate Coding Companion
ID pjpdpdaennincbchfpgoggliphoebfca
आधिकारिक URL https://chromewebstore.google.com/detail/codepal-the-ultimate-codi/pjpdpdaennincbchfpgoggliphoebfca
विवरण CodePal.ai Official Extension
फ़ाइल का आकार 24.77 KB
स्थापना संख्या 450
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2024-01-27
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर https://codepal.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://codepal.ai
सहायता पृष्ठ URL https://share-eu1.hsforms.com/173wSkWA1Q8SoXbFQvrQSoA2b98qx
गोपनीयता नीति पृष्ठ URL https://codepal.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.1",
    "name": "CodePal - The Ultimate Coding Companion",
    "description": "CodePal.ai Official Extension",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/codepal.ai\/*",
            "http:\/\/dev.codepal.ai:5000\/*"
        ]
    },
    "background": {
        "service_worker": "assets\/js\/background.min.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/logo-16x16.png",
            "32": "assets\/img\/logo-32x32.png",
            "48": "assets\/img\/logo-48x48.png",
            "128": "assets\/img\/logo-128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/content.min.js"
            ],
            "css": [
                "assets\/css\/style.min.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/logo-16x16.png",
        "32": "assets\/img\/logo-32x32.png",
        "48": "assets\/img\/logo-48x48.png",
        "128": "assets\/img\/logo-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}