AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
What is AI code analyzer?
AI code analyzer is a Chrome extension developed by https://www.kuafuai.net, and its main feature is "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".
Extension Screenshots
Download AI code analyzer Extension CRX File
Download AI code analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
Extension Basic Information
Name | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
Official URL | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
Description | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
File Size | 881 KB |
Installation Count | 82 |
Current Version | 0.0.4 |
Last Updated | 2023-11-29 |
Publish Date | 2023-11-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.kuafuai.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kuafuai.net/ |
Privacy Policy Page URL | https://www.kuafuai.net/privacy.html |
Supported Languages | 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" } } |