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
Eメール [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"
        }
    ]
}