AI code analyzer

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

ما هو AI code analyzer؟

AI code analyzer هو إضافة Chrome تم تطويرها بواسطة https://www.kuafuai.net، والميزة الرئيسية لها هي "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AI code analyzer

قم بتنزيل ملفات الامتداد AI code analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم AI code analyzer AI code analyzer
ID mlibklmbmofhgjkgihcpmdellkabedad
عنوان URL الرسمي https://chromewebstore.google.com/detail/ai-code-analyzer/mlibklmbmofhgjkgihcpmdellkabedad
الوصف AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly.
حجم الملف 881 KB
عدد التثبيتات 82
النسخة الحالية 0.0.4
آخر تحديث 2023-11-29
تاريخ النشر 2023-11-05
تقييم 5.00/5 مجموع تقييمات 3
المطور https://www.kuafuai.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.kuafuai.net/
عنوان صفحة سياسة الخصوصية https://www.kuafuai.net/privacy.html
اللغات المدعومة 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"
    }
}