Summarize AI

AI-powered summarization for any webpage

ما هو Summarize AI؟

Summarize AI هو إضافة Chrome تم تطويرها بواسطة ilieberacha123، والميزة الرئيسية لها هي "AI-powered summarization for any webpage".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Summarize AI

قم بتنزيل ملفات الامتداد Summarize AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Introducing our AI-powered summarization Chrome extension, designed to help you quickly and easily digest any webpage. With just one click,we will automatically scan the webpage and generate a concise summary that captures the most important information.                    

معلومات أساسية عن التمديد

الاسم Summarize AI Summarize AI
ID pcndedfdmllnllkgbohdhhjoeigbgmod
عنوان URL الرسمي https://chromewebstore.google.com/detail/summarize-ai/pcndedfdmllnllkgbohdhhjoeigbgmod
الوصف AI-powered summarization for any webpage
حجم الملف 448 KB
عدد التثبيتات 420
النسخة الحالية 1.0
آخر تحديث 2023-04-06
تاريخ النشر 2023-04-06
تقييم 2.33/5 مجموع تقييمات 3
المطور ilieberacha123
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarize AI",
    "description": "AI-powered summarization for any webpage",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "My Extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo3.png",
        "48": ".\/logo3.png",
        "128": ".\/logo3.png"
    }
}