CodePal - The Ultimate Coding Companion
CodePal.ai Official Extension
CodePal - The Ultimate Coding Companionคืออะไร?
CodePal - The Ultimate Coding Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codepal.ai และคุณลักษณะหลักของมันคือ "CodePal.ai Official Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodePal - The Ultimate Coding Companion
ดาวน์โหลดไฟล์ส่วนขยาย CodePal - The Ultimate Coding Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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": [ " |