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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arazmyrat.dev และคุณลักษณะหลักของมันคือ "This extension provides a convenient solution for summarizing selected text on a webpage and generating a visual representation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simagizer - OpenAI ChatGPT Summary To Image

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}