PaperHive

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

Co je PaperHive?

PaperHive je rozšíření Chrome vyvinuté https://paperhive.org, a jeho hlavní funkcí je „Get notified about discussions on PaperHive about the research article you're looking at.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PaperHive

Stáhněte si soubory rozšíření PaperHive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
Oficiální URL https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Popis Get notified about discussions on PaperHive about the research article you're looking at.
Velikost souboru 2.59 MB
Počet instalací 25
Aktuální Verze 1.3.2
Poslední Aktualizace 2016-07-19
Datum Vydání 2016-07-19
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://paperhive.org
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}