AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
Wat is AI code analyzer?
AI code analyzer is een Chrome-extensie ontwikkeld door https://www.kuafuai.net, en de belangrijkste functie is "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".
Extensie Screenshots
Download het CRX-bestand van de extensie AI code analyzer
Download AI code analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
Basisinformatie over de Extensie
Naam | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
Officiële URL | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
Beschrijving | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
Bestandsgrootte | 881 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2023-11-29 |
Publicatiedatum | 2023-11-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.kuafuai.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.kuafuai.net/ |
URL van de Privacybeleid Pagina | https://www.kuafuai.net/privacy.html |
Ondersteunde Talen | 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" } } |