Summarize the Internet

Displays a summary of the text or article on the current page.

Summarize the Internetคืออะไร?

Summarize the Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Don Patrick และคุณลักษณะหลักของมันคือ "Displays a summary of the text or article on the current page."

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

screenshot

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

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

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

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

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

ชื่อ Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
คำอธิบาย Displays a summary of the text or article on the current page.
ขนาดไฟล์ 57.46 KB
จำนวนการติดตั้ง 3,711
เวอร์ชันปัจจุบัน 1.9.0
อัปเดตครั้งล่าสุด 2022-05-08
วันที่เผยแพร่ 2020-03-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Don Patrick
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://artistdetective.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}