nerdNinja
Your Personal AI Problem Solver
ما هو nerdNinja؟
nerdNinja هو إضافة Chrome تم تطويرها بواسطة nerdninja-team، والميزة الرئيسية لها هي "Your Personal AI Problem Solver".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nerdNinja
قم بتنزيل ملفات الامتداد nerdNinja بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
nerdNinja is an AI-powered extension that helps students double check their answers to the ones provided by AI (*not for use on tests or exams*)
معلومات أساسية عن التمديد
الاسم | nerdNinja |
ID | ndomankjolllpbijlfdgngibidghflln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nerdninja/ndomankjolllpbijlfdgngibidghflln |
الوصف | Your Personal AI Problem Solver |
حجم الملف | 1.13 MB |
عدد التثبيتات | 589 |
النسخة الحالية | 0.1.7 |
آخر تحديث | 2024-03-03 |
تاريخ النشر | 2023-08-16 |
تقييم | 4.47/5 مجموع تقييمات 15 |
المطور | nerdninja-team |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.nerdninja.io/dashboard |
عنوان صفحة المساعدة | https://www.nerdninja.io/contact |
عنوان صفحة سياسة الخصوصية | https://www.nerdninja.io/policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "nerdNinja", "description": "Your Personal AI Problem Solver", "version": "0.1.7", "icons": { "16": "images\/logo_icon.png", "48": "images\/logo_icon.png", "64": "images\/logo_icon.png", "128": "images\/logo_icon.png" }, "action": { "default_title": "nerdNinja", "default_popup": "html\/account_page.html" }, "permissions": [ "storage", "webRequest", "cookies", "activeTab" ], "host_permissions": [ "https:\/\/canvas.instructure.com\/*", "https:\/\/trial.blackboard.com\/*", "https:\/\/www.nerdninja.io\/*" ], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "libs\/jquery-3.1.1.min.js", "libs\/tesseract.min.js", "js\/consts.js", "content.js" ], "css": [ "css\/font-awesome.min.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/*", "js\/*", "images\/*", "libs\/*", "html\/*" ], "matches": [ " |