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 |
官方網址 | 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" } } |