Eat Paper

A tool to save Google Scholar results graphically

What is Eat Paper?

Eat Paper is a Chrome extension developed by https://eatpaper.org, and its main feature is "A tool to save Google Scholar results graphically".

Extension Screenshots

screenshot

Download Eat Paper Extension CRX File

Download Eat Paper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
Official URL https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Description A tool to save Google Scholar results graphically
File Size 15.34 KB
Installation Count 642
Current Version 1.1.8
Last Updated 2017-12-19
Publish Date 2017-12-19
Rating 3.00/5 Total 2 Ratings
Developer https://eatpaper.org
Email [email protected]
Payment Type free
Extension Website http://www.eatpaper.org/
Supported Languages 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:\/\/*\/*"
    ]
}