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
官方URL 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"
        }
    ]
}