PaperHive

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

Wat is PaperHive?

PaperHive is een Chrome-extensie ontwikkeld door https://paperhive.org, en de belangrijkste functie is "Get notified about discussions on PaperHive about the research article you're looking at.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PaperHive

Download PaperHive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
Officiële URL https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Beschrijving Get notified about discussions on PaperHive about the research article you're looking at.
Bestandsgrootte 2.59 MB
Aantal Installaties 25
Huidige Versie 1.3.2
Laatst Bijgewerkt 2016-07-19
Publicatiedatum 2016-07-19
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://paperhive.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}