ProductHop
A timehop app for ProductHunt
Wat is ProductHop?
ProductHop is een Chrome-extensie ontwikkeld door alikafridi, en de belangrijkste functie is "A timehop app for ProductHunt".
Extensie Screenshots
Download het CRX-bestand van de extensie ProductHop
Download ProductHop-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 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".
Basisinformatie over de Extensie
Naam | |
ID | opcjdnpbkbedjlhajkplcajipinckgkg |
Officiële URL | https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg |
Beschrijving | A timehop app for ProductHunt |
Bestandsgrootte | 11.71 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2015-01-02 |
Publicatiedatum | 2015-01-02 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | alikafridi |
Betalingswijze | free |
Extensiewebsite | http://producthop.com |
Help Pagina-URL | http://twitter.com/alikafridi |
Ondersteunde Talen | 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'" } |