Simagizer - OpenAI ChatGPT Summary To Image

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

What is Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image is a Chrome extension developed by arazmyrat.dev, and its main feature is "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Simagizer - OpenAI ChatGPT Summary To Image Extension CRX File

Download Simagizer - OpenAI ChatGPT Summary To Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
Official URL 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.
File Size 276 KB
Installation Count 864
Current Version 5.2
Last Updated 2024-01-28
Publish Date 2023-01-21
Rating 5.00/5 Total 3 Ratings
Developer arazmyrat.dev
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
Help Page URL https://twitter.com/simagizer
Supported Languages 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"
        }
    ]
}