Product Hunt Rank

Chrome extension that shows how many times a website was upvoted on Product Hunt

Cos'è Product Hunt Rank?

Product Hunt Rank è un'estensione di Chrome sviluppata da Artiom Dashinsky, e la sua funzione principale è "Chrome extension that shows how many times a website was upvoted on Product Hunt".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Product Hunt Rank

Scarica i file di estensione Product Hunt Rank 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

                        Ever wondered if the service you're about to use or a company you're going to make a partnership with is good?

Now you can see popular any website you are visiting on Product Hunt and read feedbacks about it.

Created by Artiom Dashinsky (http://dashinsky.com/) and JitBit (https://www.jitbit.com/).                    

Informazioni di Base sull'Estensione

Nome Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
URL Ufficiale https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Descrizione Chrome extension that shows how many times a website was upvoted on Product Hunt
Dimensione del File 40.15 KB
Conteggio Installazioni 50
Versione Corrente 1.1
Ultimo Aggiornamento 2015-01-19
Data di Pubblicazione 2015-01-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Artiom Dashinsky
Tipo di Pagamento free
Sito Web dell'Estensione https://www.jitbit.com/product-hunt-chrome/
URL della Pagina di Aiuto https://www.jitbit.com/product-hunt-chrome/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Rank",
    "description": "Chrome extension that shows how many times a website was upvoted on Product Hunt",
    "version": "1.1",
    "author": "Jitbit & Artiom Dashinsky",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "[email protected]"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.producthunt.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    }
}