AI code analyzer

AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.

Apa itu AI code analyzer?

AI code analyzer adalah ekstensi Chrome yang dikembangkan oleh https://www.kuafuai.net, dan fitur utamanya adalah "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AI code analyzer

Unduh file ekstensi AI code analyzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        AI analyzes code with KuaFuAI to help you quickly learn code purpose, code language and development framework, module,and even detailed code structure information.                    

Informasi Dasar Ekstensi

Nama AI code analyzer AI code analyzer
ID mlibklmbmofhgjkgihcpmdellkabedad
URL Resmi https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad
Deskripsi AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
Ukuran File 881 KB
Jumlah Instalasi 82
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2023-11-29
Tanggal Publikasi 2023-11-05
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://www.kuafuai.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kuafuai.net/
URL Halaman Kebijakan Privasi https://www.kuafuai.net/privacy.html
Bahasa yang Didukung 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"
    }
}