Simagizer - OpenAI ChatGPT Summary To Image

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

Wat is Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image is een Chrome-extensie ontwikkeld door arazmyrat.dev, en de belangrijkste functie is "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Simagizer - OpenAI ChatGPT Summary To Image

Download Simagizer - OpenAI ChatGPT Summary To Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
Officiële URL https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Beschrijving This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Bestandsgrootte 276 KB
Aantal Installaties 864
Huidige Versie 5.2
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2023-01-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar arazmyrat.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
Help Pagina-URL https://twitter.com/simagizer
Ondersteunde Talen 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"
        }
    ]
}