Summarize.wtf - AI Copilot

Summarize any webpage or video with a click.

Summarize.wtf - AI Copilot란 무엇입니까?

Summarize.wtf - AI Copilot은(는) https://summarize.wtf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize any webpage or video with a click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Summarize.wtf - AI Copilot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}