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 https://www.kuafuai.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI analyzes code with KuaFuAI to help you understand its purpose, language, framework,module, and code structure quickly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AI code analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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/ |
गोपनीयता नीति पृष्ठ URL | 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" } } |