GPT Summarizer

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.

GPT Summarizerคืออะไร?

GPT Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT Summarizer

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

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

                        Summarize any web article quickly and without the need for any text selection using ChatGPT.🔥

Features:
* 100% free and no time limit.
* Easy and auto authorization with ChatGPT browser tab (no api-key required).
* Overview of page content without any text selection.
* General and Bullet-Points summarizing modes.
* Summarize in the original content language.
* Quick summary with stream response.
* Copy to clipboard.
* Speak option for summary text.
* Translation into 72 languages of the world.
* Regenerate summary.
* Caching summary text of the url for 10 minutes.                    

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

ชื่อ GPT Summarizer GPT Summarizer
ID lnooklbibhjciljoigpckbeojhgoefig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt-summarizer/lnooklbibhjciljoigpckbeojhgoefig
คำอธิบาย A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.
ขนาดไฟล์ 676 KB
จำนวนการติดตั้ง 843
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2023-03-06
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/beshavardmh/GPT-Summarizer
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/0cadb6be-5ef5-482a-8fa0-df345537f0c6
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Summarizer",
    "version": "1.1.0",
    "description": "A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.",
    "manifest_version": 3,
    "author": "M.Ho3ein Beshavard",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/css\/main.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ]
}