Product Hunt Rank

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

Qu'est-ce que Product Hunt Rank ?

Product Hunt Rank est une extension Chrome développée par Artiom Dashinsky, et sa fonction principale est "Chrome extension that shows how many times a website was upvoted on Product Hunt".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Product Hunt Rank

Téléchargez les fichiers d'extension Product Hunt Rank 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

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

Informations de Base sur l'Extension

Nom Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
URL Officiel https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Description Chrome extension that shows how many times a website was upvoted on Product Hunt
Taille du Fichier 40.15 KB
Nombre d'Installations 50
Version Actuelle 1.1
Dernière Mise à Jour 2015-01-19
Date de Publication 2015-01-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Artiom Dashinsky
Type de Paiement free
Site Web de l'Extension https://www.jitbit.com/product-hunt-chrome/
URL de la Page d'Aide https://www.jitbit.com/product-hunt-chrome/
Langues Prises en Charge 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"
        ]
    }
}