PeRoos
Making studying elementary. (With IBM Watson)
PeRoosคืออะไร?
PeRoos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parthms และคุณลักษณะหลักของมันคือ "Making studying elementary. (With IBM Watson)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PeRoos
ดาวน์โหลดไฟล์ส่วนขยาย PeRoos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With an input link, this chrome extension provides a concise summary of the contents of the page with relevant Wikipedia links and Ted Talks. Next, we will add the feature of being able to record lectures and being able to drag and drop in audio files to be summarized quickly along with key concepts, summaries, wikipedia articles and relevant Ted Talks. We hope to make this a very useful extension for students and for anyone who wants to summarize any link.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | dclaneicmfmileajnjlfojepkmimcefd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd |
คำอธิบาย | Making studying elementary. (With IBM Watson) |
ขนาดไฟล์ | 229 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-04-04 |
วันที่เผยแพร่ | 2016-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | parthms |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PeRoos", "version": "1.0.2", "manifest_version": 2, "description": "Making studying elementary. (With IBM Watson)", "browser_action": { "default_icon": { "19": "image.png" }, "default_title": "PeRoos", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |