AI code analyzer
AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
Cos'è AI code analyzer?
AI code analyzer è un'estensione di Chrome sviluppata da https://www.kuafuai.net, e la sua funzione principale è "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI code analyzer
Scarica i file di estensione AI code analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.
Informazioni di Base sull'Estensione
Nome | AI code analyzer |
ID | mlibklmbmofhgjkgihcpmdellkabedad |
URL Ufficiale | https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad |
Descrizione | AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly. |
Dimensione del File | 881 KB |
Conteggio Installazioni | 82 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2023-11-29 |
Data di Pubblicazione | 2023-11-05 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.kuafuai.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.kuafuai.net/ |
URL della Pagina della Politica sulla Privacy | https://www.kuafuai.net/privacy.html |
Lingue Supportate | 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" } } |