Eat Paper
A tool to save Google Scholar results graphically
什麼是Eat Paper?
Eat Paper是由https://eatpaper.org開發的Chrome擴展程式,該擴展的主要功能是“A tool to save Google Scholar results graphically”。
擴展截圖
下載Eat Paper擴展crx文件
下載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 |
ID | mkjgpmohehpbgekjbfdmajlnojepffae |
官方網址 | 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:\/\/*\/*" ] } |