Simagizer - OpenAI ChatGPT Summary To Image

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

Was ist Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image ist eine Chrome-Erweiterung, die von arazmyrat.dev entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Simagizer - OpenAI ChatGPT Summary To Image-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simagizer - OpenAI ChatGPT Summary To Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
Offizielle URL https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Beschreibung This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Dateigröße 276 KB
Installationsanzahl 864
Aktuelle Version 5.2
Letztes Update 2024-01-28
Veröffentlichungsdatum 2023-01-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler arazmyrat.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
Hilfeseite URL https://twitter.com/simagizer
Unterstützte Sprachen 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"
        }
    ]
}