Web Summarizer
Access summary content of Web pages.
Web Summarizerคืออะไร?
Web Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย e7alves และคุณลักษณะหลักของมันคือ "Access summary content of Web pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Summarizer
ดาวน์โหลดไฟล์ส่วนขยาย Web Summarizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Web Summarizer is an extension that provides a summary version of the content of web pages. Access only the important content of web pages without advertisements. Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed. Set the size of the summary using the slider at the top of the popup. The tool works with better precision for the following languages: • English • French • German • Italian • Portuguese • Spanish However, as statistical data is used to determine the most relevant content, it can be used for any language.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Summarizer |
ID | bjkoieegiicnkncndemgfnnflgdbheaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj |
คำอธิบาย | Access summary content of Web pages. |
ขนาดไฟล์ | 92.4 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2020-08-26 |
วันที่เผยแพร่ | 2020-08-24 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | e7alves |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Summarizer", "version": "0.0.2", "description": "Access summary content of Web pages.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Web Summarizer", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "manifest_version": 2 } |