Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

Summarize articleคืออะไร?

Summarize article เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shape Labs และคุณลักษณะหลักของมันคือ "Plugin reads and summarizes the full article with a little help of OpenAi"

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

screenshot

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

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

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

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

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

ชื่อ Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
คำอธิบาย Plugin reads and summarizes the full article with a little help of OpenAi
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-02-23
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Shape Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.articlesummarizer.co/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}