Product Hunt Preview
Preview websites that are featured on Product Hunt.
什么是Product Hunt Preview?
Product Hunt Preview是由http://samcambridge.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Preview websites that are featured on Product Hunt.”。
扩展截图
下载Product Hunt Preview扩展crx文件
下载Product Hunt Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
扩展基本信息
名称 | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
官方URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
简介 | Preview websites that are featured on Product Hunt. |
文件大小 | 68.97 KB |
安装次数 | 19 |
当前版本 | 1.2 |
更新时间 | 2014-09-16 |
上架时间 | 2014-09-16 |
开发者 | http://samcambridge.co.uk |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Hunt Preview", "author": "Sam Cambridge", "homepage_url": "http:\/\/samcambridge.co.uk", "icons": { "48": "images\/48.png" }, "description": "Preview websites that are featured on Product Hunt.", "permissions": [ "http:\/\/*.producthunt.com\/", "https:\/\/*.producthunt.com\/", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "web_accessible_resources": [ "images\/loader.gif" ], "version": "1.2", "manifest_version": 2 } |