Realtime Product Hunt

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

Realtime Product Hunt क्या है?

Realtime Product Hunt Pusher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a post on Product Hunt with this realtime notification extension for Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Realtime Product Hunt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
आधिकारिक URL https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
विवरण Never miss a post on Product Hunt with this realtime notification extension for Chrome.
फ़ाइल का आकार 20.81 KB
स्थापना संख्या 186
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2015-11-02
प्रकाशन तिथि 2015-11-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Pusher
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pusher.com
सहायता पृष्ठ URL https://github.com/pusher/pusher-realtime-producthunt-extension
समर्थित भाषाएँ 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"
}