Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Was ist Product Hunt Rank?
Product Hunt Rank ist eine Chrome-Erweiterung, die von Artiom Dashinsky entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that shows how many times a website was upvoted on Product Hunt".
Erweiterungsscreenshots
Product Hunt Rank-Erweiterungs-CRX-Datei herunterladen
Laden Sie Product Hunt Rank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leabehpocjbbepaecacahiahnpocofln |
| Offizielle URL | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
| Beschreibung | Chrome extension that shows how many times a website was upvoted on Product Hunt |
| Dateigröße | 40.15 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2015-01-19 |
| Veröffentlichungsdatum | 2015-01-19 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Artiom Dashinsky |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.jitbit.com/product-hunt-chrome/ |
| Hilfeseite URL | https://www.jitbit.com/product-hunt-chrome/ |
| Unterstützte Sprachen | 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"
]
}
} | |