Eat Paper

A tool to save Google Scholar results graphically

Hvad er Eat Paper?

Eat Paper er en Chrome-udvidelse udviklet af https://eatpaper.org, og dens hovedfunktion er "A tool to save Google Scholar results graphically".

Udvidelsesskærmbilleder

screenshot

Download Eat Paper-udvidelses-CRX-fil

Download Eat Paper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
Officiel URL https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Beskrivelse A tool to save Google Scholar results graphically
Filstørrelse 15.34 KB
Antal Installationer 642
Nuværende Version 1.1.8
Senest Opdateret 2017-12-19
Udgivelsesdato 2017-12-19
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://eatpaper.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.eatpaper.org/
Understøttede Sprog 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:\/\/*\/*"
    ]
}