Realtime Product Hunt

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

Hvad er Realtime Product Hunt?

Realtime Product Hunt er en Chrome-udvidelse udviklet af Pusher, og dens hovedfunktion er "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".

Udvidelsesskærmbilleder

screenshot

Download Realtime Product Hunt-udvidelses-CRX-fil

Download Realtime Product Hunt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
Officiel URL https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
Beskrivelse Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Filstørrelse 20.81 KB
Antal Installationer 186
Nuværende Version 0.2.0
Senest Opdateret 2015-11-02
Udgivelsesdato 2015-11-02
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Pusher
Betalingsmetode free
Udvidelseswebsted http://pusher.com
Hjælpeside-URL https://github.com/pusher/pusher-realtime-producthunt-extension
Understøttede Sprog 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"
}