Eat Paper

A tool to save Google Scholar results graphically

Cos'è Eat Paper?

Eat Paper è un'estensione di Chrome sviluppata da https://eatpaper.org, e la sua funzione principale è "A tool to save Google Scholar results graphically".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eat Paper

Scarica i file di estensione Eat Paper 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
URL Ufficiale https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Descrizione A tool to save Google Scholar results graphically
Dimensione del File 15.34 KB
Conteggio Installazioni 642
Versione Corrente 1.1.8
Ultimo Aggiornamento 2017-12-19
Data di Pubblicazione 2017-12-19
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://eatpaper.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.eatpaper.org/
Lingue Supportate 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:\/\/*\/*"
    ]
}