Summarizer
Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.
Summarizerคืออะไร?
Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freshte.ch และคุณลักษณะหลักของมันคือ "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Summarizer
ดาวน์โหลดไฟล์ส่วนขยาย Summarizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Summarizer will save you the time-consuming pain of reading long articles and comments. On any website, you can select a long, boring article, right-click and summarise it in a few sentences! This even works for those long PDF publications from prestigious universities you don't want to read. Additionally, for you Redditers out there - good news! Long comments are automatically summarised, with any "tl;dr" placed at the *top* of the comment, along with the automatically-generated summary. New Features: - Automatic Imperial-to-metric converter for lengths and weights - across all sites! - Improved summarizer will detect sentences better. More sites and features to come! Tell me what you want in the feedback section. Feedback is important to me and hope this extension saves you time too. Let me know of any bugs (currently in Beta) or features to add.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Summarizer |
ID | nehmaijilccnklmhkjlmmcnbjobdodhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/summarizer/nehmaijilccnklmhkjlmmcnbjobdodhp |
คำอธิบาย | Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online. |
ขนาดไฟล์ | 53.56 KB |
จำนวนการติดตั้ง | 5,231 |
เวอร์ชันปัจจุบัน | 0.65 |
อัปเดตครั้งล่าสุด | 2013-07-27 |
วันที่เผยแพร่ | 2013-07-26 |
คะแนน | 3.42/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | https://freshte.ch |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://freshte.ch |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarizer", "description": "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.", "version": "0.65", "icons": { "16": "images\/temple\/micro.png", "128": "images\/temple\/icon.png" }, "background": { "scripts": [ "background.js", "summariser.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "summary.css" ], "js": [ "jquery.js", "summariser.js", "summary.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |