Realtime Product Hunt
Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Qu'est-ce que Realtime Product Hunt ?
Realtime Product Hunt est une extension Chrome développée par Pusher, et sa fonction principale est "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Realtime Product Hunt
Téléchargez les fichiers d'extension Realtime Product Hunt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
Informations de Base sur l'Extension
Nom | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
URL Officiel | https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Description | Never miss a post on Product Hunt with this realtime notification extension for Chrome. |
Taille du Fichier | 20.81 KB |
Nombre d'Installations | 186 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2015-11-02 |
Date de Publication | 2015-11-02 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Pusher |
Type de Paiement | free |
Site Web de l'Extension | http://pusher.com |
URL de la Page d'Aide | https://github.com/pusher/pusher-realtime-producthunt-extension |
Langues Prises en Charge | 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" } |