PaperHive

Get notified about discussions on PaperHive about the research article you're looking at.

What is PaperHive?

PaperHive is a Chrome extension developed by https://paperhive.org, and its main feature is "Get notified about discussions on PaperHive about the research article you're looking at.".

Extension Screenshots

screenshot

Download PaperHive Extension CRX File

Download PaperHive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is developed at https://github.com/paperhive/paperhive-webextension.                    

Extension Basic Information

Name PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
Official URL https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Description Get notified about discussions on PaperHive about the research article you're looking at.
File Size 2.59 MB
Installation Count 25
Current Version 1.3.2
Last Updated 2016-07-19
Publish Date 2016-07-19
Rating 5.00/5 Total 6 Ratings
Developer https://paperhive.org
Email [email protected]
Payment Type free
Supported Languages 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",
        "*:\/\/*\/*"
    ]
}