ProductHop
A timehop app for ProductHunt
Qu'est-ce que ProductHop ?
ProductHop est une extension Chrome développée par alikafridi, et sa fonction principale est "A timehop app for ProductHunt".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ProductHop
Téléchargez les fichiers d'extension ProductHop 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 Hop shows you products posted on Product Hunt from exactly a year ago. Go back and look at products you might've missed. Add some old products to your collections. See what progress has been made on products since they were "hunted".
Informations de Base sur l'Extension
Nom | |
ID | opcjdnpbkbedjlhajkplcajipinckgkg |
URL Officiel | https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg |
Description | A timehop app for ProductHunt |
Taille du Fichier | 11.71 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2015-01-02 |
Date de Publication | 2015-01-02 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | alikafridi |
Type de Paiement | free |
Site Web de l'Extension | http://producthop.com |
URL de la Page d'Aide | http://twitter.com/alikafridi |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProductHop", "description": "A timehop app for ProductHunt", "version": "1.0.0.1", "permissions": [ "http:\/\/producthop.herokuapp.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |