Realtime Product Hunt
Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Vad är Realtime Product Hunt?
Realtime Product Hunt är en Chrome-tillägg utvecklad av Pusher, och dess huvudfunktion är "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".
Tilläggsskärmbilder
Ladda ner Realtime Product Hunt-förlängningens CRX-fil
Ladda ner Realtime Product Hunt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
Grundläggande Information om Tillägg
Namn | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Officiell webbadress | https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Beskrivning | Never miss a post on Product Hunt with this realtime notification extension for Chrome. |
Filstorlek | 20.81 KB |
Antal Installationer | 186 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2015-11-02 |
Publiceringsdatum | 2015-11-02 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Pusher |
Betalningssätt | free |
Tilläggswebbplats | http://pusher.com |
Hjälpsida URL | https://github.com/pusher/pusher-realtime-producthunt-extension |
Stödda Språk | 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" } |