ProductHop
A timehop app for ProductHunt
什么是ProductHop?
ProductHop是由alikafridi开发的Chrome扩展程序,该扩展的主要功能是“A timehop app for ProductHunt”。
扩展截图
下载ProductHop扩展crx文件
下载ProductHop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Product Hop shows you products posted on Product Hunt from exactly a year ago. Go back and look at products you might've missed. Add some old products to your collections. See what progress has been made on products since they were "hunted".
扩展基本信息
名称 | |
ID | opcjdnpbkbedjlhajkplcajipinckgkg |
官方URL | https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg |
简介 | A timehop app for ProductHunt |
文件大小 | 11.71 KB |
安装次数 | 12 |
当前版本 | 1.0.0.1 |
更新时间 | 2015-01-02 |
上架时间 | 2015-01-02 |
评分 | 3.00/5 共1次评分 |
开发者 | alikafridi |
付费类型 | free |
扩展官网 | http://producthop.com |
帮助页面URL | http://twitter.com/alikafridi |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProductHop", "description": "A timehop app for ProductHunt", "version": "1.0.0.1", "permissions": [ "http:\/\/producthop.herokuapp.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |