nerdNinja
Your Personal AI Problem Solver
Wat is nerdNinja?
nerdNinja is een Chrome-extensie ontwikkeld door nerdninja-team, en de belangrijkste functie is "Your Personal AI Problem Solver".
Extensie Screenshots
Download het CRX-bestand van de extensie nerdNinja
Download nerdNinja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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*) Basisinformatie over de Extensie
| Naam | |
| ID | ndomankjolllpbijlfdgngibidghflln |
| Officiële URL | https://chromewebstore.google.com/detail/nerdninja/ndomankjolllpbijlfdgngibidghflln |
| Beschrijving | Your Personal AI Problem Solver |
| Bestandsgrootte | 1.13 MB |
| Aantal Installaties | 589 |
| Huidige Versie | 0.1.7 |
| Laatst Bijgewerkt | 2024-03-03 |
| Publicatiedatum | 2023-08-16 |
| Beoordeling | 4.47/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | nerdninja-team |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.nerdninja.io/dashboard |
| Help Pagina-URL | https://www.nerdninja.io/contact |
| URL van de Privacybeleid Pagina | https://www.nerdninja.io/policy |
| Ondersteunde Talen | 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": [
" | |