Eat Paper

A tool to save Google Scholar results graphically

ما هو Eat Paper؟

Eat Paper هو إضافة Chrome تم تطويرها بواسطة https://eatpaper.org، والميزة الرئيسية لها هي "A tool to save Google Scholar results graphically".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Eat Paper

قم بتنزيل ملفات الامتداد Eat Paper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Eat Paper Eat Paper
ID mkjgpmohehpbgekjbfdmajlnojepffae
عنوان URL الرسمي https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae
الوصف A tool to save Google Scholar results graphically
حجم الملف 15.34 KB
عدد التثبيتات 642
النسخة الحالية 1.1.8
آخر تحديث 2017-12-19
تاريخ النشر 2017-12-19
تقييم 3.00/5 مجموع تقييمات 2
المطور https://eatpaper.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.eatpaper.org/
اللغات المدعومة 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:\/\/*\/*"
    ]
}