MakeMySummary

Summarize videos, podcasts, blogs, webpages, text and PDF Files.

ما هو MakeMySummary؟

MakeMySummary هو إضافة Chrome تم تطويرها بواسطة https://makemysummary.com، والميزة الرئيسية لها هي "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MakeMySummary

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

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

                        MakeMySummary condenses information to the most critical points.

You can summarize:
- videos, podcasts from various sources
- webpages on the current tab
- selected text and links on a webpage

Signup for a free account and start summarizing.                    

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

الاسم MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
عنوان URL الرسمي https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
الوصف Summarize videos, podcasts, blogs, webpages, text and PDF Files.
حجم الملف 25.69 KB
عدد التثبيتات 117
النسخة الحالية 1.1
آخر تحديث 2021-03-15
تاريخ النشر 2021-03-10
تقييم 1.00/5 مجموع تقييمات 1
المطور https://makemysummary.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.makemysummary.com
عنوان صفحة المساعدة https://www.makemysummary.com/support
عنوان صفحة سياسة الخصوصية https://www.makemysummary.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MakeMySummary",
    "version": "1.1",
    "description": "Summarize videos, podcasts, blogs, webpages, text and PDF Files.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.16.png",
            "32": "images\/logo.32.png",
            "48": "images\/logo.48.png",
            "128": "images\/logo.128.png"
        },
        "default_title": "MakeMySummary - Summarize videos, podcasts, blogs, webpages, text and PDF Files"
    },
    "icons": {
        "16": "images\/logo.16.png",
        "32": "images\/logo.32.png",
        "48": "images\/logo.48.png",
        "128": "images\/logo.128.png"
    },
    "manifest_version": 2
}