ExplainToMe
Automatic Web Summarizer
ExplainToMeคืออะไร?
ExplainToMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jjangsangy และคุณลักษณะหลักของมันคือ "Automatic Web Summarizer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExplainToMe
ดาวน์โหลดไฟล์ส่วนขยาย ExplainToMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ExplainToMe is a automatic text summarizer, that utilizes TextRank, a graph based algorithm to scans through the contents of a website to extract a concise machine generated summary. The methodology is similar to the way search engines return the most relevant web pages from a users search query.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
คำอธิบาย | Automatic Web Summarizer |
ขนาดไฟล์ | 24.13 KB |
จำนวนการติดตั้ง | 504 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-03-27 |
วันที่เผยแพร่ | 2017-03-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jjangsangy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://explaintome.herokuapp.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ExplainToMe", "author": "Sang Han", "version": "0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "152": "icons\/icon128.png" }, "description": "Automatic Web Summarizer", "homepage_url": "https:\/\/explaintome.herokuapp.com", "permissions": [ "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarize this page" } } |