Summarize.wtf - AI Copilot

Summarize any webpage or video with a click.

Summarize.wtf - AI Copilotคืออะไร?

Summarize.wtf - AI Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://summarize.wtf และคุณลักษณะหลักของมันคือ "Summarize any webpage or video with a click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Summarize.wtf - AI Copilot

ดาวน์โหลดไฟล์ส่วนขยาย Summarize.wtf - AI Copilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Transform any online content into compact, tweet-length summaries, or dive a bit deeper with medium to long summaries—all at the click of a button.

Why Summarize.wtf?
Summarize.wtf built a proprietary summarization engine to cut through the clutter and deliver the essence of documents and web pages, right when you need it – regardless of length. Powered by GPT4, our Chrome extension makes it effortless to understand, share, and engage with content more efficiently.

🔥 Key Features:
• NEW: Summarize YouTube videos
• Instantly summarize the active web page you’re on
• Choose between short, medium, and long summaries
• One-click to copy your generated summary
• Share your insights directly to Twitter with a simple click
• Privacy – we only access pages that you request summarization on                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Summarize.wtf - AI Copilot Summarize.wtf - AI Copilot
ID pkfcbbmdnpgfdjoghgochfkljhihgiac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summarizewtf-ai-copilot/pkfcbbmdnpgfdjoghgochfkljhihgiac
คำอธิบาย Summarize any webpage or video with a click.
ขนาดไฟล์ 6.03 MB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 1.06
อัปเดตครั้งล่าสุด 2023-09-26
วันที่เผยแพร่ 2023-09-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://summarize.wtf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://summarize.wtf
URL หน้านโยบายความเป็นส่วนตัว https://summarize.wtf/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarize.wtf - AI Copilot",
    "short_name": "Summarize AI Copilot",
    "description": "Summarize any webpage or video with a click.",
    "version": "1.06",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/logos\/extension-icon-128.png",
        "48": "\/img\/logos\/extension-icon-128.png",
        "128": "\/img\/logos\/extension-icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/img\/logos\/extension-icon-128.png",
            "48": "\/img\/logos\/extension-icon-128.png",
            "128": "\/img\/logos\/extension-icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/summarize.wtf\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzuYJMjm\/1fG\/L1mwGSTczgk+tfJ5DT7QeTA+nLADByncbgx0V7S4SkjqKKxwRtU0PcNyqaeDmiO8d\/887w5Zyo8\/nCKORxb7bZZuGQXoA6co7mYLTBMYp5xYSBcVgDCwKewYVQ5Yb4ahnheBF4OLgYBJ9its8vyb6598Q69w0+DsU3vcXNzH65Z7AXSQYl6lIWsrrpx+ezLRp0P+K+u60xFCJhrLxL3i136FBFaTht4KTqlvzd\/Liq\/JTY+Xrp8vXo7uJA2Zla7fyQ5H2aN03M1NK8dOITnVTeJWgjb\/4UQ4LG\/vD9y21yFDMhiwTCzJJZuH3GXUwFzepwxAxIcqcwIDAQAB"
}