Wordtune Read: AI-powered Summary Tool

AI summarizer making every long story - short.

¿Qué es Wordtune Read: AI-powered Summary Tool?

Wordtune Read: AI-powered Summary Tool es una extensión de Chrome desarrollada por https://wordtune.com, y su función principal es "AI summarizer making every long story - short.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wordtune Read: AI-powered Summary Tool

Descarga archivos de extensión Wordtune Read: AI-powered Summary Tool 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

                        ➡️ Important: The Wordtune Read extension will soon be retiring. Please use our new extension instead. Our new and improved extension has all the features you love. Look for "Wordtune: Generative AI productivity platform" in the Chrome Store. You can continue to enjoy enhanced Wordtune Read experience by downloading and replacing the extension with the updated version.

🔗 Link to the new extension - https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc

-----------------------------------------------------------------


Summarize anything on the web so you can understand more, faster - PDF files, online articles, and even videos 🤯

Wordtune Read simplifies complex documents, articles, or blogs into bite-sized summaries to help you focus on the most critical information. Let A.I. do the heavy lifting; Wordtune filters out the extra fluff so you can focus on what’s important.

🧠 Understand more - streamline your reading with key-point summaries

⏳ Save time - key points are highlighted so you can learn more and dive deeper

👩‍🔬 Optimize your efforts - quickly decipher the main points of your documents to pivot your research

Just open the extension when reading an article to get the key-points right next to the site!


Happy reading!                    

Información Básica de la Extensión

Nombre Wordtune Read: AI-powered Summary Tool Wordtune Read: AI-powered Summary Tool
ID gnnhhfiajnkfjfnnojggfdlpjifhlmom
URL Oficial https://chromewebstore.google.com/detail/wordtune-read-ai-powered/gnnhhfiajnkfjfnnojggfdlpjifhlmom
Descripción AI summarizer making every long story - short.
Tamaño del Archivo 5.94 MB
Cantidad de Instalaciones 138,802
Versión Actual 3.0.26
Última Actualización 2023-12-12
Fecha de Publicación 2021-07-07
Calificación 3.08/5 Total de 53 Calificaciones
Desarrollador https://wordtune.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.wordtune.com/read
URL de la Página de Política de Privacidad https://www.wordtune.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.26",
    "description": "AI summarizer making every long story - short.",
    "icons": {
        "48": "media\/logo-48.png",
        "128": "media\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "media\/OpenSans.css",
                "media\/SofiaPro.css",
                "media\/Inter.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.wordtune.com\/*"
    ],
    "action": {
        "default_icon": {
            "48": "media\/logo-48-g.png"
        },
        "default_title": "Summarize with Wordtune Read"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "media\/*.png",
                "media\/*.woff",
                "media\/*.woff2",
                "media\/*.css",
                "media\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Wordtune Read: AI-powered Summary Tool",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.wordtune.com\/*",
            "https:\/\/www.wordtune.com\/*"
        ]
    }
}