PaperHive

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

Co to jest PaperHive?

PaperHive to rozszerzenie Chrome opracowane przez https://paperhive.org, a jego główną funkcją jest „Get notified about discussions on PaperHive about the research article you're looking at.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PaperHive

Pobierz pliki rozszerzeń PaperHive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PaperHive PaperHive
ID fihafdlllifbanclcjljledeifcdjbok
Oficjalny URL https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok
Opis Get notified about discussions on PaperHive about the research article you're looking at.
Rozmiar pliku 2.59 MB
Liczba instalacji 25
Aktualna Wersja 1.3.2
Ostatnia Aktualizacja 2016-07-19
Data Publikacji 2016-07-19
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://paperhive.org
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*"
    ]
}