Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Hvad er Product Hunt Rank?
Product Hunt Rank er en Chrome-udvidelse udviklet af Artiom Dashinsky, og dens hovedfunktion er "Chrome extension that shows how many times a website was upvoted on Product Hunt".
Udvidelsesskærmbilleder
Download Product Hunt Rank-udvidelses-CRX-fil
Download Product Hunt Rank-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | leabehpocjbbepaecacahiahnpocofln |
| Officiel URL | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
| Beskrivelse | Chrome extension that shows how many times a website was upvoted on Product Hunt |
| Filstørrelse | 40.15 KB |
| Antal Installationer | 50 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2015-01-19 |
| Udgivelsesdato | 2015-01-19 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Artiom Dashinsky |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.jitbit.com/product-hunt-chrome/ |
| Hjælpeside-URL | https://www.jitbit.com/product-hunt-chrome/ |
| Understøttede Sprog | 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"
]
}
} | |