AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
AI code analyzer là gì?
AI code analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://www.kuafuai.net, và tính năng chính của nó là "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AI code analyzer
Tải xuống các tệp mở rộng AI code analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
Mô tả | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
Kích Thước Tệp | 881 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2023-11-29 |
Ngày Phát Hành | 2023-11-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.kuafuai.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kuafuai.net/ |
URL Trang Chính Sách Bảo Mật | https://www.kuafuai.net/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |