nerdNinja
Your Personal AI Problem Solver
nerdNinja là gì?
nerdNinja là một tiện ích mở rộng Chrome được phát triển bởi nerdninja-team, và tính năng chính của nó là "Your Personal AI Problem Solver".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng nerdNinja
Tải xuống các tệp mở rộng nerdNinja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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*)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | nerdNinja |
ID | ndomankjolllpbijlfdgngibidghflln |
URL Chính Thức | https://chromewebstore.google.com/detail/nerdninja/ndomankjolllpbijlfdgngibidghflln |
Mô tả | Your Personal AI Problem Solver |
Kích Thước Tệp | 1.13 MB |
Số Lần Cài Đặt | 589 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2024-03-03 |
Ngày Phát Hành | 2023-08-16 |
Đánh Giá | 4.47/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | nerdninja-team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nerdninja.io/dashboard |
URL Trang Trợ Giúp | https://www.nerdninja.io/contact |
URL Trang Chính Sách Bảo Mật | https://www.nerdninja.io/policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |