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