Product Hunt Preview
Preview websites that are featured on Product Hunt.
Qu'est-ce que Product Hunt Preview ?
Product Hunt Preview est une extension Chrome développée par http://samcambridge.co.uk, et sa fonction principale est "Preview websites that are featured on Product Hunt.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Product Hunt Preview
Téléchargez les fichiers d'extension Product Hunt Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
Informations de Base sur l'Extension
Nom | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
URL Officiel | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
Description | Preview websites that are featured on Product Hunt. |
Taille du Fichier | 68.97 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-09-16 |
Date de Publication | 2014-09-16 |
Développeur | http://samcambridge.co.uk |
Type de Paiement | free |
Langues Prises en Charge | 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 } |