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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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:\/\/*\/*"
    ]
}