PeRoos
Making studying elementary. (With IBM Watson)
什麼是PeRoos?
PeRoos是由parthms開發的Chrome擴展程式,該擴展的主要功能是“Making studying elementary. (With IBM Watson)”。
下載PeRoos擴展crx文件
下載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 |
官方網址 | 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" ] } |