Realtime Product Hunt
Never miss a post on Product Hunt with this realtime notification extension for Chrome.
¿Qué es Realtime Product Hunt?
Realtime Product Hunt es una extensión de Chrome desarrollada por Pusher, y su función principal es "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Realtime Product Hunt
Descarga archivos de extensión Realtime Product Hunt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
Información Básica de la Extensión
Nombre | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
URL Oficial | https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Descripción | Never miss a post on Product Hunt with this realtime notification extension for Chrome. |
Tamaño del Archivo | 20.81 KB |
Cantidad de Instalaciones | 186 |
Versión Actual | 0.2.0 |
Última Actualización | 2015-11-02 |
Fecha de Publicación | 2015-11-02 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Pusher |
Tipo de Pago | free |
Sitio Web de la Extensión | http://pusher.com |
URL de la Página de Ayuda | https://github.com/pusher/pusher-realtime-producthunt-extension |
Idiomas Soportados | 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" } |