PeRoos

Making studying elementary. (With IBM Watson)

O que é PeRoos?

PeRoos é uma extensão do Chrome desenvolvida por parthms, e sua principal característica é "Making studying elementary. (With IBM Watson)".

Baixar o arquivo CRX da Extensão PeRoos

Baixe arquivos de extensão PeRoos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PeRoos PeRoos
ID dclaneicmfmileajnjlfojepkmimcefd
URL Oficial https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd
Descrição Making studying elementary. (With IBM Watson)
Tamanho do Arquivo 229 KB
Contagem de Instalações 21
Versão Atual 1.0.2
Última Atualização 2016-04-04
Data de Publicação 2016-04-04
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor parthms
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}