PeRoos
Making studying elementary. (With IBM Watson)
PeRoos란 무엇입니까?
PeRoos은(는) parthms에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making studying elementary. (With IBM Watson)"입니다.
PeRoos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |