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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |