Product Hunt Rank

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

¿Qué es Product Hunt Rank?

Product Hunt Rank es una extensión de Chrome desarrollada por Artiom Dashinsky, y su función principal es "Chrome extension that shows how many times a website was upvoted on Product Hunt".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Product Hunt Rank

Descarga archivos de extensión Product Hunt Rank en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/).                    

Información Básica de la Extensión

Nombre Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
URL Oficial https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Descripción Chrome extension that shows how many times a website was upvoted on Product Hunt
Tamaño del Archivo 40.15 KB
Cantidad de Instalaciones 50
Versión Actual 1.1
Última Actualización 2015-01-19
Fecha de Publicación 2015-01-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Artiom Dashinsky
Tipo de Pago free
Sitio Web de la Extensión https://www.jitbit.com/product-hunt-chrome/
URL de la Página de Ayuda https://www.jitbit.com/product-hunt-chrome/
Idiomas Soportados 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"
        ]
    }
}