nerdNinja
Your Personal AI Problem Solver
nerdNinjaคืออะไร?
nerdNinja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nerdninja-team และคุณลักษณะหลักของมันคือ "Your Personal AI Problem Solver"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nerdNinja
ดาวน์โหลดไฟล์ส่วนขยาย nerdNinja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.nerdninja.io/contact |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |