Simagizer - OpenAI ChatGPT Summary To Image

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

Cos'è Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image è un'estensione di Chrome sviluppata da arazmyrat.dev, e la sua funzione principale è "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simagizer - OpenAI ChatGPT Summary To Image

Scarica i file di estensione Simagizer - OpenAI ChatGPT Summary To Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
URL Ufficiale https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Descrizione This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Dimensione del File 276 KB
Conteggio Installazioni 864
Versione Corrente 5.2
Ultimo Aggiornamento 2024-01-28
Data di Pubblicazione 2023-01-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore arazmyrat.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
URL della Pagina di Aiuto https://twitter.com/simagizer
Lingue Supportate 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"
        }
    ]
}