PeRoos
Making studying elementary. (With IBM Watson)
Qu'est-ce que PeRoos ?
PeRoos est une extension Chrome développée par parthms, et sa fonction principale est "Making studying elementary. (With IBM Watson)".
Télécharger le fichier CRX de l'extension PeRoos
Téléchargez les fichiers d'extension PeRoos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | dclaneicmfmileajnjlfojepkmimcefd |
URL Officiel | https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd |
Description | Making studying elementary. (With IBM Watson) |
Taille du Fichier | 229 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-04-04 |
Date de Publication | 2016-04-04 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | parthms |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |