PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
Vad är PaperHive?
PaperHive är en Chrome-tillägg utvecklad av https://paperhive.org, och dess huvudfunktion är "Get notified about discussions on PaperHive about the research article you're looking at.".
Tilläggsskärmbilder
Ladda ner PaperHive-förlängningens CRX-fil
Ladda ner PaperHive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is developed at https://github.com/paperhive/paperhive-webextension.
Grundläggande Information om Tillägg
Namn | |
ID | fihafdlllifbanclcjljledeifcdjbok |
Officiell webbadress | https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok |
Beskrivning | Get notified about discussions on PaperHive about the research article you're looking at. |
Filstorlek | 2.59 MB |
Antal Installationer | 25 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2016-07-19 |
Publiceringsdatum | 2016-07-19 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | https://paperhive.org |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", "*:\/\/*\/*" ] } |