PaperHive

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

Cos'è PaperHive?

PaperHive è un'estensione di Chrome sviluppata da https://paperhive.org, e la sua funzione principale è "Get notified about discussions on PaperHive about the research article you're looking at.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PaperHive

Scarica i file di estensione PaperHive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
URL Ufficiale https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Descrizione Get notified about discussions on PaperHive about the research article you're looking at.
Dimensione del File 2.59 MB
Conteggio Installazioni 25
Versione Corrente 1.3.2
Ultimo Aggiornamento 2016-07-19
Data di Pubblicazione 2016-07-19
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://paperhive.org
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}