Eat Paper
A tool to save Google Scholar results graphically
Qu'est-ce que Eat Paper ?
Eat Paper est une extension Chrome développée par https://eatpaper.org, et sa fonction principale est "A tool to save Google Scholar results graphically".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eat Paper
Téléchargez les fichiers d'extension Eat Paper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Eat Paper |
ID | mkjgpmohehpbgekjbfdmajlnojepffae |
URL Officiel | https://chromewebstore.google.com/detail/eat-paper/mkjgpmohehpbgekjbfdmajlnojepffae |
Description | A tool to save Google Scholar results graphically |
Taille du Fichier | 15.34 KB |
Nombre d'Installations | 642 |
Version Actuelle | 1.1.8 |
Dernière Mise à Jour | 2017-12-19 |
Date de Publication | 2017-12-19 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://eatpaper.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.eatpaper.org/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |