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