Summary Duck Assistant

No API key required, ChatGPT summarizes any web page for free with 1 click, Support GPT-4.

Summary Duck Assistantคืออะไร?

Summary Duck Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย summaryunscrew และคุณลักษณะหลักของมันคือ "No API key required, ChatGPT summarizes any web page for free with 1 click, Support GPT-4."

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

screenshot
screenshot

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

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

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

                        "Summary Duck Assistant" is an intelligent natural language processing tool that requires no API key. It effortlessly extracts the main ideas and key information from web pages, providing you with concise and clear summaries. This innovative tool, based on artificial intelligence technology, enhances your reading and learning experience efficiently.

👉 I. Features
1. Title: Automatically identifies the title on web pages, providing basic metadata about the article.
2. Author: Extracts author information from the web page content.
3. One-Sentence Summary: Offers a concise summary in plain language, capturing the essence of the article.
4. Key Information Points: Intelligently extracts key information points from the article, including important viewpoints, keywords, etc., to help users comprehensively understand the core content.
5. Tags: Adds relevant tags to articles, aiding in overall categorization and quick identification of content themes.

👉 II. How to Use
1. Download and Install: Search for "Summary Duck Assistant" in the browser store, download, and install the plugin.
2. Activate the Plugin: After installation, click on the browser's extension icon in the upper right corner, find "Summary Duck Assistant," and pin it to the toolbar.
3. Use the Plugin: While browsing the web, click the plugin icon or right-click to select "Summary Duck Assistant" to automatically extract key information from the article and generate a summary.

👉 III. Advantages
1. No AI-KEY Required: Unlike other tools, our plugin does not require a cumbersome API key, making it easily accessible for users in any region.
2. Improved Efficiency: Automatically extracts key information and generates summaries, helping you quickly grasp the main content of articles and enhance learning and work efficiency.
3. Time-Saving: Quickly obtain key information from web pages, avoiding getting lost in the ocean of information and saving valuable reading time.
4. Cross-Platform Support: Available on mainstream browsers like Chrome, EDGE, etc., allowing you to enjoy quality service anytime, anywhere.

🚀 Summary Duck Assistant empowers you to navigate effortlessly through the ocean of information, enabling you to fully enjoy the pleasure of efficient reading!                    

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

ชื่อ Summary Duck Assistant Summary Duck Assistant
ID kdmiipofdmffkgfpkigioehfdehcienf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summary-duck-assistant/kdmiipofdmffkgfpkigioehfdehcienf
คำอธิบาย No API key required, ChatGPT summarizes any web page for free with 1 click, Support GPT-4.
ขนาดไฟล์ 1.97 MB
จำนวนการติดตั้ง 1,120
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-09-27
คะแนน 4.74/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา summaryunscrew
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gptplus.io/privacy-policy
ภาษาที่รองรับ de,en,fr,ca,et,es,hu,pt-BR,bg,ru,gu,am-ET,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.0.5",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/16.png",
        "48": "assets\/16.png",
        "128": "assets\/16.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "__MSG_appAction__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/config.js",
                "js\/content.js",
                "fonts\/",
                "*",
                "assets\/*",
                "img\/*",
                "js\/gptGen.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kdmiipofdmffkgfpkigioehfdehcienf\/"
}