ChatGPT » Summarize & Chat

Summarize or chat with Websites/Youtube using ChatGPT. Get the summary & key takeaways / ask questions! Summarize * AMA * GPT4 * PDF

ChatGPT » Summarize & Chatคืออะไร?

ChatGPT » Summarize & Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://calmai.net และคุณลักษณะหลักของมันคือ "Summarize or chat with Websites/Youtube using ChatGPT. Get the summary & key takeaways / ask questions! Summarize * AMA * GPT4 * PDF"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT » Summarize & Chat

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

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

                        ChatGPT Summary & Chat: Your Digital Summarizer & Conversationalist

Transform your browsing experience with ChatGPT Summary & Chat, the ultimate tool for summarizing web content and engaging in dynamic conversations. Whether you're diving into PDFs or choosing between GPT3.5 and GPT4, this extension enhances learning by focusing on essential insights to give you a perfect and concise summary.

Key Summary Features:

• Summarize Web Content: Instantly summarize any website or YouTube video transcript with GPT technology.
• Interactive Chat: Engage with web content through questions or discussions, powered by the OpenAI API.
• PDF Interaction: Directly chat with PDF content, utilizing ChatGPT's capabilities for an enriched reading experience.
• Choose Your GPT Version: Switch between GPT3.5 and GPT4 to suit your needs, ensuring flexibility and power at your fingertips.
• Customizable Results: Use templates for tailored summaries, supporting academic, scientific, or journalistic research.
• OpenAI API Support: Seamlessly integrates with the official API for reliable performance.
• User-Friendly Features: Includes markdown rendering, dark mode for eye comfort, and a sleek design for your summaries

Utilize Our Extension to summarize:
For optimal use, visit OpenAI API Keys to integrate your API keys with our extension to use ChatGPT Summaries

Upcoming Summary Features:
Stay tuned for enhancements like content chunking for character limits, more question templates, continuous chat across tabs, and advanced jump marks in videos and texts.

Open Source Initiative:
Our extension is open source, promoting transparency and community collaboration. Due to copyright concerns, direct GitHub links are paused. For code access or contributions, please contact us directly.

Disclaimer:
This extension is open source and respects user privacy, adhering to OpenAI's privacy statement. It's designed to augment your content interaction without storing personal data. Note: This extension is independently developed and not officially associated with ChatGPT or OpenAI.

Feedback & Summarize Suggestions:
Your input is valuable to us. Share your template ideas or feature requests to enhance the extension's functionality and user experience.                    

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

ชื่อ ChatGPT » Summarize & Chat ChatGPT » Summarize & Chat
ID cbgecfllfhmmnknmamkejadjmnmpfjmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-%C2%BB-summarize-chat/cbgecfllfhmmnknmamkejadjmnmpfjmp
คำอธิบาย Summarize or chat with Websites/Youtube using ChatGPT. Get the summary & key takeaways / ask questions! Summarize * AMA * GPT4 * PDF
ขนาดไฟล์ 991 KB
จำนวนการติดตั้ง 126,381
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-02-20
คะแนน 4.74/5 รวมทั้งหมด 1223 คะแนน
ผู้พัฒนา https://calmai.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/adblock-for-youtube/cbgecfllfhmmnknmamkejadjmnmpfjmp/support
URL หน้านโยบายความเป็นส่วนตัว https://gist.githubusercontent.com/JoSaNYC/e912869206a041d6a29daf5bc72cde76/raw/641462133fdd80b71aa4594d746842456fb7fa66/webstore-privacy.txt
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.7",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus",
        "unlimitedStorage",
        "alarms"
    ],
    "optional_host_permissions": [
        "file:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "run_at": "document_start",
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/index.html",
                ".\/pdf.worker.entry.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjMGDPbQS8SLCy5ILTzamzVLsBEpNdGji+RNb0kmHKkm5Wk8HUt4Eej9F6HnzJ5BtnSTDaIRBjrLXBk46XwAW+a5nYqF6euNTXPXMgnSiD789P+Iqu202nRPFzLbmuX4TMW4OSpn6x9sZw9IMlmA\/HmiP5GtL2tq02ngpCkzvEq\/4VTXjulvjp85KobIWlA\/ni1RYehQ\/3tRSgtTU0r3lkbG1tGFPtMMGhTDSC\/Wgh614uKX3BjdfgCKySc\/p5RkJaVc1Cgp49nqOOZAkqflzywCrbpU1XgXIhXLtnVFUoLYWBV2lSvKik17GVoldkxUoTK+ToGHOzNFh\/Nm3p\/De6wIDAQAB",
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    }
}