Simagizer - OpenAI ChatGPT Summary To Image

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

O que é Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image é uma extensão do Chrome desenvolvida por arazmyrat.dev, e sua principal característica é "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simagizer - OpenAI ChatGPT Summary To Image

Baixe arquivos de extensão Simagizer - OpenAI ChatGPT Summary To Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Tamanho do Arquivo 276 KB
Contagem de Instalações 864
Versão Atual 5.2
Última Atualização 2024-01-28
Data de Publicação 2023-01-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor arazmyrat.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
URL da Página de Ajuda https://twitter.com/simagizer
Idiomas Suportados 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"
        }
    ]
}