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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |