Realtime Product Hunt

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

Realtime Product Hunt란 무엇입니까?

Realtime Product Hunt은(는) Pusher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss a post on Product Hunt with this realtime notification extension for Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Realtime Product Hunt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}