NewsCo Summary
Read highlights of Articles. Save time!
NewsCo Summaryคืออะไร?
NewsCo Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newsco.me และคุณลักษณะหลักของมันคือ "Read highlights of Articles. Save time!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewsCo Summary
ดาวน์โหลดไฟล์ส่วนขยาย NewsCo Summary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Purpose of this extension is to extract important text from articles to give quick overview without reading the entire article. NewsCo uses Machine Learning and Natural Language processing and NewsCo proprietary algorithm to extract highlights of any article given its URL or content. Get optional information like people mentioned in the article. Read what is important
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmkdlomjmjpmbmidebebagmgajojghko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko |
คำอธิบาย | Read highlights of Articles. Save time! |
ขนาดไฟล์ | 41.29 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-11-02 |
วันที่เผยแพร่ | 2013-11-01 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://newsco.me |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewsCo Summary", "description": "Read highlights of Articles. Save time!", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |