Eat Paper

A tool to save Google Scholar results graphically

O que é Eat Paper?

Eat Paper é uma extensão do Chrome desenvolvida por https://eatpaper.org, e sua principal característica é "A tool to save Google Scholar results graphically".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Eat Paper

Baixe arquivos de extensão Eat Paper 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

                        This is a tool I made to organize the papers and websites I read. Each publication or website would be visualized as a node and you could link them together visually.

The steps to add a publication node are easy, but you need to register on EatPaper.org first.  

1. Search for a paper on Google Scholar.
2. Click the Eat Paper button.
3. Click on the paper you want to save.
4. Pick the graph you want to save it to.
5. View results on EatPaper.org

To add a website node you just need to click on the Eat Paper button when you are viewing the website.                    

Informações Básicas da Extensão

Nome Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
URL Oficial https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Descrição A tool to save Google Scholar results graphically
Tamanho do Arquivo 15.34 KB
Contagem de Instalações 642
Versão Atual 1.1.8
Última Atualização 2017-12-19
Data de Publicação 2017-12-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://eatpaper.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.eatpaper.org/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eat Paper",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "A tool to save Google Scholar results graphically",
    "browser_action": {
        "default_icon": "ep_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}