NinjaSolver Extension

AI-powered test and coding task companion.

¿Qué es NinjaSolver Extension?

NinjaSolver Extension es una extensión de Chrome desarrollada por https://ninjasolver.com, y su función principal es "AI-powered test and coding task companion.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión NinjaSolver Extension

Descarga archivos de extensión NinjaSolver Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        NinjaSolver - Your AI-Powered Web Content Assistant

This is an innovative browser extension that redefines how you engage with online content. Seamlessly integrated with the AI capabilities of NinjaSolver, this extension empowers you to capture, analyze, and derive insights from visual information across the internet.

Key Features:

Capture Web Content: Effortlessly capture accurate screenshots of your active browser tab or select specific text within any webpage. NinjaSolver ensures the captured content mirrors what's displayed on your screen, capturing details flawlessly.

Instant AI Analysis: Tap into the prowess of AI analysis by sending the captured content to our AI-driven platform. Uncover valuable insights, context, and information based on the selected content, all powered by intelligent analysis.

Seamless Integration: NinjaSolver seamlessly blends into your browsing routine, providing its capabilities exactly when you need them. Whether you're researching, reading articles, solving quiz or simply exploring the web, our extension enhances your experience.

Enhanced User Interaction: Elevate your web interactions with the "Find answer" context menu item. A simple right-click on selected text initiates AI analysis, delivering deeper comprehension without leaving the webpage.

Versatile Compatibility: NinjaSolver stands as your versatile online assistant across the entire expanse of the internet. Designed to perform consistently across various websites, it ensures you can harness its power wherever your digital journey takes you.

Rest assured, NinjaSolver values your privacy and security. All interactions with our extension are encrypted, and your information remains confidential. Focus on your success with peace of mind.

Elevate Your Web Exploration:

Unleash the potential of NinjaSolver to capture, analyze, and illuminate web content in ways previously unimagined. Experience the synergy of AI-driven insights with your online browsing. Install NinjaSolver now and embark on a journey of enriched and intelligent web interaction.                    

Información Básica de la Extensión

Nombre NinjaSolver Extension NinjaSolver Extension
ID goancdjlpdajnjlaoboocihhhnofbcpe
URL Oficial https://chromewebstore.google.com/detail/ninjasolver-extension/goancdjlpdajnjlaoboocihhhnofbcpe
Descripción AI-powered test and coding task companion.
Tamaño del Archivo 31.64 KB
Cantidad de Instalaciones 51
Versión Actual 1.0
Última Actualización 2023-08-31
Fecha de Publicación 2023-08-28
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://ninjasolver.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://ninjasolver.com/
URL de la Página de Ayuda https://ninjasolver.com/contact-us
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NinjaSolver Extension",
    "version": "1.0",
    "description": "AI-powered test and coding task companion.",
    "permissions": [
        "activeTab",
        "tabCapture",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "utils.js",
                "screen-overlay.js",
                "capture-element.js",
                "capture-screenshot.js",
                "drag-extension-body.js",
                "resize-extension-body.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/dock-right-button.svg",
                "images\/undock-button.svg",
                "images\/capture-element-button.svg",
                "images\/capture-screenshot-button.svg",
                "images\/close-button.svg",
                "images\/logo.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}