Product Hunt Preview
Preview websites that are featured on Product Hunt.
Wat is Product Hunt Preview?
Product Hunt Preview is een Chrome-extensie ontwikkeld door http://samcambridge.co.uk, en de belangrijkste functie is "Preview websites that are featured on Product Hunt.".
Extensie Screenshots
Download het CRX-bestand van de extensie Product Hunt Preview
Download Product Hunt Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
Basisinformatie over de Extensie
Naam | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
Officiële URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
Beschrijving | Preview websites that are featured on Product Hunt. |
Bestandsgrootte | 68.97 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-09-16 |
Publicatiedatum | 2014-09-16 |
Ontwikkelaar | http://samcambridge.co.uk |
Betalingswijze | free |
Ondersteunde Talen | 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 } |