AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
AI code analyzerคืออะไร?
AI code analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kuafuai.net และคุณลักษณะหลักของมันคือ "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI code analyzer
ดาวน์โหลดไฟล์ส่วนขยาย AI code analyzer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
คำอธิบาย | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
ขนาดไฟล์ | 881 KB |
จำนวนการติดตั้ง | 82 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-11-29 |
วันที่เผยแพร่ | 2023-11-05 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.kuafuai.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kuafuai.net/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.kuafuai.net/privacy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI code analyzer", "description": "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.", "version": "0.0.4", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "sidePanel", "tabs", "scripting", "storage" ], "homepage_url": "https:\/\/www.kuafuai.net", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "js": [ "lock.js" ] } ], "host_permissions": [ "https:\/\/github.com\/*" ], "action": { "default_title": "KuaFuAI" } } |