Simagizer - OpenAI ChatGPT Summary To Image

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

Qu'est-ce que Simagizer - OpenAI ChatGPT Summary To Image ?

Simagizer - OpenAI ChatGPT Summary To Image est une extension Chrome développée par arazmyrat.dev, et sa fonction principale est "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simagizer - OpenAI ChatGPT Summary To Image

Téléchargez les fichiers d'extension Simagizer - OpenAI ChatGPT Summary To Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
URL Officiel https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
Description This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
Taille du Fichier 276 KB
Nombre d'Installations 864
Version Actuelle 5.2
Dernière Mise à Jour 2024-01-28
Date de Publication 2023-01-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur arazmyrat.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
URL de la Page d'Aide https://twitter.com/simagizer
Langues Prises en Charge 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"
        }
    ]
}