Product Hunt Preview
Preview websites that are featured on Product Hunt.
What is Product Hunt Preview?
Product Hunt Preview is a Chrome extension developed by http://samcambridge.co.uk, and its main feature is "Preview websites that are featured on Product Hunt.".
Extension Screenshots
Download Product Hunt Preview Extension CRX File
Download Product Hunt Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
Extension Basic Information
Name | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
Official URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
Description | Preview websites that are featured on Product Hunt. |
File Size | 68.97 KB |
Installation Count | 19 |
Current Version | 1.2 |
Last Updated | 2014-09-16 |
Publish Date | 2014-09-16 |
Developer | http://samcambridge.co.uk |
Payment Type | free |
Supported Languages | 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 } |