Realtime Product Hunt

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

Что такое Realtime Product Hunt?

Realtime Product Hunt - это расширение Chrome, разработанное Pusher, и его основная функция - "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Realtime Product Hunt

Скачайте файлы расширений Realtime Product Hunt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}