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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}