Simagizer - OpenAI ChatGPT Summary To Image

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

什麼是Simagizer - OpenAI ChatGPT Summary To Image?

Simagizer - OpenAI ChatGPT Summary To Image是由arazmyrat.dev開發的Chrome擴展程式,該擴展的主要功能是“This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Simagizer - OpenAI ChatGPT Summary To Image擴展crx文件

下載Simagizer - OpenAI ChatGPT Summary To Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Simagizer - OpenAI ChatGPT Summary To Image Simagizer - OpenAI ChatGPT Summary To Image
ID bnkkpnfdgdmaabafmhkmkgmhffdopnij
官方網址 https://chromewebstore.google.com/detail/simagizer-openai-chatgpt/bnkkpnfdgdmaabafmhkmkgmhffdopnij
簡介 This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation.
檔案大小 276 KB
安裝次數 864
目前版本 5.2
更新時間 2024-01-28
上架時間 2023-01-21
評分 5.00/5 共 3 次評分
開發者 arazmyrat.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.linkedin.com/company/simagizer-openai-chatgpt-summary-to-image
說明頁面URL https://twitter.com/simagizer
支援的語言 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"
        }
    ]
}