ProductHop

A timehop app for ProductHunt

Cos'è ProductHop?

ProductHop è un'estensione di Chrome sviluppata da alikafridi, e la sua funzione principale è "A timehop app for ProductHunt".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ProductHop

Scarica i file di estensione ProductHop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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".                    

Informazioni di Base sull'Estensione

Nome ProductHop ProductHop
ID opcjdnpbkbedjlhajkplcajipinckgkg
URL Ufficiale https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg
Descrizione A timehop app for ProductHunt
Dimensione del File 11.71 KB
Conteggio Installazioni 12
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2015-01-02
Data di Pubblicazione 2015-01-02
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore alikafridi
Tipo di Pagamento free
Sito Web dell'Estensione http://producthop.com
URL della Pagina di Aiuto http://twitter.com/alikafridi
Lingue Supportate 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'"
}