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是由https://www.kuafuai.net开发的Chrome扩展程序,该扩展的主要功能是“AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.”。
扩展截图
下载AI code analyzer扩展crx文件
下载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" } } |