Eat Paper

A tool to save Google Scholar results graphically

Apa itu Eat Paper?

Eat Paper adalah ekstensi Chrome yang dikembangkan oleh https://eatpaper.org, dan fitur utamanya adalah "A tool to save Google Scholar results graphically".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Eat Paper

Unduh file ekstensi Eat Paper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
URL Resmi https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
Deskripsi A tool to save Google Scholar results graphically
Ukuran File 15.34 KB
Jumlah Instalasi 642
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2017-12-19
Tanggal Publikasi 2017-12-19
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://eatpaper.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.eatpaper.org/
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}