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 |
官方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" ] } |