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