Simagizer - OpenAI ChatGPT Summary To Image

This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.

¿Qué es Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image es una extensión de Chrome desarrollada por arazmyrat.dev, y su función principal es "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Simagizer - OpenAI ChatGPT Summary To Image

Descarga archivos de extensión Simagizer - OpenAI ChatGPT Summary To Image 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

                        This is an extension for web browsers that enables users to summarize text from a webpage and create a visual representation of the summary. The summarized text can be presented in the form of an image that can be easily shared on social media or downloaded for later use. This extension provides a simple and efficient way to condense long articles or documents into a more manageable and readable format.                    

Información Básica de la Extensión

Nombre Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
URL Oficial https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Descripción This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Tamaño del Archivo 276 KB
Cantidad de Instalaciones 864
Versión Actual 5.2
Última Actualización 2024-01-28
Fecha de Publicación 2023-01-21
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador arazmyrat.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
URL de la Página de Ayuda https://twitter.com/simagizer
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simagizer - OpenAI ChatGPT Summary To Image",
    "description": "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.",
    "version": "5.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}