Eat Paper

A tool to save Google Scholar results graphically

Was ist Eat Paper?

Eat Paper ist eine Chrome-Erweiterung, die von https://eatpaper.org entwickelt wurde, und ihr Hauptmerkmal ist "A tool to save Google Scholar results graphically".

Erweiterungsscreenshots

screenshot

Eat Paper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eat Paper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
Offizielle URL https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Beschreibung A tool to save Google Scholar results graphically
Dateigröße 15.34 KB
Installationsanzahl 642
Aktuelle Version 1.1.8
Letztes Update 2017-12-19
Veröffentlichungsdatum 2017-12-19
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://eatpaper.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.eatpaper.org/
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}