Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

¿Qué es Summarize article?

Summarize article es una extensión de Chrome desarrollada por Shape Labs, y su función principal es "Plugin reads and summarizes the full article with a little help of OpenAi".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Summarize article

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

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

Información Básica de la Extensión

Nombre Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
URL Oficial https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
Descripción Plugin reads and summarizes the full article with a little help of OpenAi
Tamaño del Archivo 463 KB
Cantidad de Instalaciones 292
Versión Actual 1.2.0
Última Actualización 2023-03-22
Fecha de Publicación 2023-02-23
Calificación 3.90/5 Total de 10 Calificaciones
Desarrollador Shape Labs
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.articlesummarizer.co/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}