MainRef Text Highlights

MainRef AI automatic text highlight tool that enhances your reading experience

¿Qué es MainRef Text Highlights?

MainRef Text Highlights es una extensión de Chrome desarrollada por MainRef.com, y su función principal es "MainRef AI automatic text highlight tool that enhances your reading experience".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MainRef Text Highlights

Descarga archivos de extensión MainRef Text Highlights 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

                        Welcome to MainRef, the innovative AI-powered tool for Automatic Text Highlight that enhances your reading experience by automatically highlighting important information in any text. Our cutting-edge technology intelligently identifies key phrases, keywords, and insights, allowing you to quickly grasp the essence of any document. With Automatic Text Highlight, you can effortlessly navigate through lengthy articles, research papers, or reports. Our advanced AI algorithms analyze the content and highlight the most relevant and significant sentences, saving you valuable time and effort ... It's free and no registration required.                    

Información Básica de la Extensión

Nombre MainRef Text Highlights MainRef Text Highlights
ID ndhejkeefhocjkedbfamoooolcejhocp
URL Oficial https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp
Descripción MainRef AI automatic text highlight tool that enhances your reading experience
Tamaño del Archivo 152 KB
Cantidad de Instalaciones 71
Versión Actual 1.2.0
Última Actualización 2023-12-04
Fecha de Publicación 2023-06-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador MainRef.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mainref.com
URL de la Página de Política de Privacidad https://mainref.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MainRef Text Highlights",
    "version": "1.2.0",
    "description": "MainRef AI automatic text highlight tool that enhances your reading experience",
    "manifest_version": 3,
    "author": "Mainref.com",
    "action": {
        "default_popup": "index.html",
        "default_title": "Get top Highlights"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mainref.com\/*"
    ],
    "background": {
        "service_worker": "Worker.js"
    },
    "icons": {
        "16": "Icons\/16.png",
        "32": "Icons\/32.png",
        "48": "Icons\/48.png",
        "128": "Icons\/128.png"
    }
}