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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.makemysummary.com/support
URL หน้านโยบายความเป็นส่วนตัว 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
}