SciHive
Easily load any PDF to your SciHive library
Qu'est-ce que SciHive ?
SciHive est une extension Chrome développée par https://scihive.org, et sa fonction principale est "Easily load any PDF to your SciHive library".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SciHive
Téléchargez les fichiers d'extension SciHive 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
SciHive is a free collaborative research tool that enables you to easily find, comment, and ask questions on the latest research papers available on arXiv. Our Chrome extension opens any Arxiv PDF automatically in SciHive or load any other PDF to it.
Informations de Base sur l'Extension
Nom | SciHive |
ID | dijdhkcfdaocpepndegmbkgphbpomdai |
URL Officiel | https://chromewebstore.google.com/detail/scihive/dijdhkcfdaocpepndegmbkgphbpomdai |
Description | Easily load any PDF to your SciHive library |
Taille du Fichier | 793 KB |
Nombre d'Installations | 216 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2020-10-25 |
Date de Publication | 2020-03-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://scihive.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.scihive.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SciHive", "version": "2.0.2", "description": "Easily load any PDF to your SciHive library", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "author": "SciHive", "background": { "scripts": [ "background.bundle.js", "hot-reload.js" ] }, "browser_action": { "default_icon": "icon_on_32.png", "default_title": "Add the current paper to your SciHive library" }, "icons": { "128": "icon_on_128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*.pdf", "https:\/\/*\/*.pdf" ], "exclude_matches": [ "https:\/\/www.scihive.org\/*", "http:\/\/www.scihive.org\/*" ], "js": [ "content.bundle.js" ] } ], "web_accessible_resources": [ "*.png" ] } |