Simagizer - OpenAI ChatGPT Summary To Image

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

Co to jest Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image to rozszerzenie Chrome opracowane przez arazmyrat.dev, a jego główną funkcją jest „This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Simagizer - OpenAI ChatGPT Summary To Image

Pobierz pliki rozszerzeń Simagizer - OpenAI ChatGPT Summary To Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
Oficjalny URL https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Opis This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Rozmiar pliku 276 KB
Liczba instalacji 864
Aktualna Wersja 5.2
Ostatnia Aktualizacja 2024-01-28
Data Publikacji 2023-01-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper arazmyrat.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
Adres URL Strony Pomocy https://twitter.com/simagizer
Obsługiwane Języki 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"
        }
    ]
}