ReadPilot

Summarize text or video in 1 click

¿Qué es ReadPilot?

ReadPilot es una extensión de Chrome desarrollada por ReadPilot, y su función principal es "Summarize text or video in 1 click".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ReadPilot

Descarga archivos de extensión ReadPilot 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

                        Tired of wasting time reading long, convoluted webpages? Depressed when “read later” actually is “never read”? We're harnessing the latest AI advancements to offer you a seamless, one-click solution. With ReadPilot, a comprehensive summary is just a click away, directly on the web page you're browsing. 

🌟 Key Features:
📖 Summarize Texts and Videos: Understand the key contents of any webpage in under a minute.
✅ Customizable Prompt: Decide length, tone, and perspective of the summaries to suit your needs.
🌍 Multi-Language Output: Get summaries in your preferred language.
🧑‍🏫 Knowledge Management: Save summaries and original links for future use.

🛠 Upcoming Features:
👬Share summaries with friends or on social media.
🎯Ask questions about the original content.
🤖Support for more AI models and languages.

ReadPilot is perfect for students, researchers, or anyone who need read lots of pages every day. Save yourself from the the contradiction between limited time and unlimited information. 

✉️Please contact us at [email protected] if you have any questions.

Install ReadPilot today and supercharge your reading efficiency!                    

Información Básica de la Extensión

Nombre ReadPilot ReadPilot
ID lmhhnhdpfanjpbljejglfocdlhgehhhj
URL Oficial https://chromewebstore.google.com/detail/readpilot/lmhhnhdpfanjpbljejglfocdlhgehhhj
Descripción Summarize text or video in 1 click
Tamaño del Archivo 900 KB
Cantidad de Instalaciones 506
Versión Actual 2.0.3
Última Actualización 2024-01-15
Fecha de Publicación 2023-11-13
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador ReadPilot
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://readpilot.ai
URL de la Página de Ayuda https://readpilot.ai
URL de la Página de Política de Privacidad https://policy.readpilot.ai
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "2.0.3",
    "author": "Michael",
    "name": "ReadPilot",
    "description": "Summarize text or video in 1 click",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "tabs",
        "clipboardWrite",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "signInListener.0952784b.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "js": [
                "plasmo-overlay.7cd4fc73.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "js": [
                "plasmo-inline.7c919a8b.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "resources": [
                "plasmo-overlay.64120c19.css"
            ]
        }
    ]
}