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 |
官方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" } |