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.”。
擴展截圖
下載Realtime Product Hunt擴展crx文件
下載Realtime Product Hunt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
擴展基本資訊
名稱 | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
官方網址 | 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" } |