ChatGPT Summary Assistant

Use ChatGPT to summarize any web page. Support GPT 3.5, GPT-4 and other models.

ChatGPT Summary Assistantคืออะไร?

ChatGPT Summary Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AIx4U และคุณลักษณะหลักของมันคือ "Use ChatGPT to summarize any web page. Support GPT 3.5, GPT-4 and other models."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Summary Assistant

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

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

                        Introducing ChatGPT Summary Assistant, a free Chrome browser extension designed to help you quickly summarize articles on the current webpage. By utilizing the cutting-edge GPT-4 technology, ChatGPT can help you save time on learning and reading. With just a few clicks, you can get a summary of any webpage.

Not only does ChatGPT Summary Assistant support official OpenAI APIs, including GPT-3.5-Turbo and GPT-3, but it also allows manual activation of GPT-4 functionality (requires setting in options).

ChatGPT AI offers a wide range of features, such as generating key point summaries for articles, customizing ChatGPT prompts, supporting OpenAI API Key login, and providing sample prompts such as summarizing articles using three key points or 50 words, translating text into Spanish, simplifying text for children under five, and generating a title based on content.

Whether you are studying, researching, or working, ChatGPT Summary Assistant is the ultimate tool to help you easily and efficiently summarize any webpage.                    

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

ชื่อ ChatGPT Summary Assistant ChatGPT Summary Assistant
ID nnjcoododbeemlmmhbfmmkbneniepaog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-summary-assistant/nnjcoododbeemlmmhbfmmkbneniepaog
คำอธิบาย Use ChatGPT to summarize any web page. Support GPT 3.5, GPT-4 and other models.
ขนาดไฟล์ 1001 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.4.6
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2023-04-24
คะแนน 4.79/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา AIx4U
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aix4u.com
URL หน้าช่วยเหลือ https://aix4u.com
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.4.6",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "__MSG_appAction__"
    },
    "background": {
        "service_worker": "js\/worker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/config.js",
                "js\/utils.js",
                "lib\/Readability.js",
                "lib\/bootstrap.css",
                "lib\/pangu.min.js",
                "lib\/tokenizer\/encoder.js",
                "lib\/tokenizer\/mod.js",
                "lib\/tokenizer\/vocab.bpe.js",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}