AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
Was ist AI code analyzer?
AI code analyzer ist eine Chrome-Erweiterung, die von https://www.kuafuai.net entwickelt wurde, und ihr Hauptmerkmal ist "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".
Erweiterungsscreenshots
AI code analyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI code analyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
Grundlegende Informationen zur Erweiterung
Name | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
Offizielle URL | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
Beschreibung | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
Dateigröße | 881 KB |
Installationsanzahl | 82 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2023-11-29 |
Veröffentlichungsdatum | 2023-11-05 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.kuafuai.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kuafuai.net/ |
URL der Datenschutzrichtlinien-Seite | https://www.kuafuai.net/privacy.html |
Unterstützte Sprachen | 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" } } |