PeRoos
Making studying elementary. (With IBM Watson)
ما هو PeRoos؟
PeRoos هو إضافة Chrome تم تطويرها بواسطة parthms، والميزة الرئيسية لها هي "Making studying elementary. (With IBM Watson)".
تحميل ملف CRX للإضافة PeRoos
قم بتنزيل ملفات الامتداد PeRoos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |