Realtime Product Hunt

Never miss a post on Product Hunt with this realtime notification extension for Chrome.

Co to jest Realtime Product Hunt?

Realtime Product Hunt to rozszerzenie Chrome opracowane przez Pusher, a jego główną funkcją jest „Never miss a post on Product Hunt with this realtime notification extension for Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Realtime Product Hunt

Pobierz pliki rozszerzeń Realtime Product Hunt 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

                        Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.                    

Podstawowe informacje o rozszerzeniu

Nazwa Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
Oficjalny URL https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
Opis Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Rozmiar pliku 20.81 KB
Liczba instalacji 186
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2015-11-02
Data Publikacji 2015-11-02
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Pusher
Typ Płatności free
Strona Rozszerzenia http://pusher.com
Adres URL Strony Pomocy https://github.com/pusher/pusher-realtime-producthunt-extension
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Product Hunt",
    "description": "Never miss a post on Product Hunt with this realtime notification extension for Chrome.",
    "version": "0.2.0",
    "icons": {
        "16": "ph-icon.png",
        "48": "ph-icon.png",
        "128": "ph-icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/realtime-producthunt.herokuapp.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "browser_action": {
        "default_icon": "ph-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}