Article Summarizer Plugin
This extension will produce the summary of newspaper article using textsummarization.net
Article Summarizer Pluginคืออะไร?
Article Summarizer Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashimpaudel และคุณลักษณะหลักของมันคือ "This extension will produce the summary of newspaper article using textsummarization.net"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Article Summarizer Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Article Summarizer Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension that generates the summary of article using textsummarization.net
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knmjelmoihknmkbdbdabihmlikfmhoon |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon |
คำอธิบาย | This extension will produce the summary of newspaper article using textsummarization.net |
ขนาดไฟล์ | 4.31 KB |
จำนวนการติดตั้ง | 406 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-27 |
วันที่เผยแพร่ | 2016-03-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ashimpaudel |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Article Summarizer Plugin", "description": "This extension will produce the summary of newspaper article using textsummarization.net", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |