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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}