PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
Was ist PaperHive?
PaperHive ist eine Chrome-Erweiterung, die von https://paperhive.org entwickelt wurde, und ihr Hauptmerkmal ist "Get notified about discussions on PaperHive about the research article you're looking at.".
Erweiterungsscreenshots
PaperHive-Erweiterungs-CRX-Datei herunterladen
Laden Sie PaperHive-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is developed at https://github.com/paperhive/paperhive-webextension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fihafdlllifbanclcjljledeifcdjbok |
Offizielle URL | https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok |
Beschreibung | Get notified about discussions on PaperHive about the research article you're looking at. |
Dateigröße | 2.59 MB |
Installationsanzahl | 25 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2016-07-19 |
Veröffentlichungsdatum | 2016-07-19 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://paperhive.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3.2", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "PaperHive", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "webRequest", "webNavigation", "activeTab", "*:\/\/*\/*" ] } |