PeRoos

Making studying elementary. (With IBM Watson)

Cos'è PeRoos?

PeRoos è un'estensione di Chrome sviluppata da parthms, e la sua funzione principale è "Making studying elementary. (With IBM Watson)".

Scarica il file CRX dell'estensione PeRoos

Scarica i file di estensione PeRoos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PeRoos PeRoos
ID dclaneicmfmileajnjlfojepkmimcefd
URL Ufficiale https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd
Descrizione Making studying elementary. (With IBM Watson)
Dimensione del File 229 KB
Conteggio Installazioni 21
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-04-04
Data di Pubblicazione 2016-04-04
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore parthms
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}