PeRoos
Making studying elementary. (With IBM Watson)
Apa itu PeRoos?
PeRoos adalah ekstensi Chrome yang dikembangkan oleh parthms, dan fitur utamanya adalah "Making studying elementary. (With IBM Watson)".
Unduh Berkas CRX Ekstensi PeRoos
Unduh file ekstensi PeRoos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | dclaneicmfmileajnjlfojepkmimcefd |
URL Resmi | https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd |
Deskripsi | Making studying elementary. (With IBM Watson) |
Ukuran File | 229 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-04-04 |
Tanggal Publikasi | 2016-04-04 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | parthms |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |