Eat Paper

A tool to save Google Scholar results graphically

Wat is Eat Paper?

Eat Paper is een Chrome-extensie ontwikkeld door https://eatpaper.org, en de belangrijkste functie is "A tool to save Google Scholar results graphically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Eat Paper

Download Eat Paper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
Officiële URL https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Beschrijving A tool to save Google Scholar results graphically
Bestandsgrootte 15.34 KB
Aantal Installaties 642
Huidige Versie 1.1.8
Laatst Bijgewerkt 2017-12-19
Publicatiedatum 2017-12-19
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://eatpaper.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.eatpaper.org/
Ondersteunde Talen 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:\/\/*\/*"
    ]
}