Product Genius
Navigate Product Hunt like a pro - an Algorithmia experiment.
什么是Product Genius?
Product Genius是由https://www.algorithmia.com开发的Chrome扩展程序,该扩展的主要功能是“Navigate Product Hunt like a pro - an Algorithmia experiment.”。
扩展截图
下载Product Genius扩展crx文件
下载Product Genius扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get served with product recommendations based on others who upvoted the item you are looking at. Learn how we built this and how you can build your own recommendation engine at http://blog.algorithmia.com
扩展基本信息
名称 | |
ID | hklnaggijemgmimhbaifamaheiolmkil |
官方URL | https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil |
简介 | Navigate Product Hunt like a pro - an Algorithmia experiment. |
文件大小 | 483 KB |
安装次数 | 47 |
当前版本 | 1.1 |
更新时间 | 2015-08-03 |
上架时间 | 2015-08-03 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.algorithmia.com |
付费类型 | free |
扩展官网 | http://www.algorithmia.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Genius", "description": "Navigate Product Hunt like a pro - an Algorithmia experiment.", "version": "1.1", "permissions": [ "activeTab", "tabs", "*:\/\/*.producthunt.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.producthunt.com\/*" ], "js": [ "js\/bootstrap.js" ], "css": [ "css\/font-awesome.css" ] } ], "web_accessible_resources": [ "fonts\/*.*", "images\/*.*", "js\/*.*", "*.*" ] } |