CodePal - The Ultimate Coding Companion

CodePal.ai Official Extension

CodePal - The Ultimate Coding Companion란 무엇입니까?

CodePal - The Ultimate Coding Companion은(는) https://codepal.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CodePal.ai Official Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CodePal - The Ultimate Coding Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}