Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Wat is Product Hunt Rank?
Product Hunt Rank is een Chrome-extensie ontwikkeld door Artiom Dashinsky, en de belangrijkste functie is "Chrome extension that shows how many times a website was upvoted on Product Hunt".
Extensie Screenshots
Download het CRX-bestand van de extensie Product Hunt Rank
Download Product Hunt Rank-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
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/). Basisinformatie over de Extensie
| Naam | |
| ID | leabehpocjbbepaecacahiahnpocofln |
| Officiële URL | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
| Beschrijving | Chrome extension that shows how many times a website was upvoted on Product Hunt |
| Bestandsgrootte | 40.15 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-01-19 |
| Publicatiedatum | 2015-01-19 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Artiom Dashinsky |
| Betalingswijze | free |
| Extensiewebsite | https://www.jitbit.com/product-hunt-chrome/ |
| Help Pagina-URL | https://www.jitbit.com/product-hunt-chrome/ |
| Ondersteunde Talen | 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"
]
}
} | |