AI code analyzer

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

Vad är AI code analyzer?

AI code analyzer är en Chrome-tillägg utvecklad av https://www.kuafuai.net, och dess huvudfunktion är "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".

Tilläggsskärmbilder

screenshot

Ladda ner AI code analyzer-förlängningens CRX-fil

Ladda ner AI code analyzer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AI code analyzer AI code analyzer
ID mlibklmbmofhgjkgihcpmdellkabedad
Officiell webbadress https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad
Beskrivning AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
Filstorlek 881 KB
Antal Installationer 82
Aktuell Version 0.0.4
Senast Uppdaterad 2023-11-29
Publiceringsdatum 2023-11-05
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.kuafuai.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.kuafuai.net/
URL till Sekretesspolicy Sidan https://www.kuafuai.net/privacy.html
Stödda Språk 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"
    }
}