Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Co to jest Product Hunt Rank?
Product Hunt Rank to rozszerzenie Chrome opracowane przez Artiom Dashinsky, a jego główną funkcją jest „Chrome extension that shows how many times a website was upvoted on Product Hunt”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Product Hunt Rank
Pobierz pliki rozszerzeń Product Hunt Rank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/). Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | leabehpocjbbepaecacahiahnpocofln |
| Oficjalny URL | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
| Opis | Chrome extension that shows how many times a website was upvoted on Product Hunt |
| Rozmiar pliku | 40.15 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2015-01-19 |
| Data Publikacji | 2015-01-19 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Artiom Dashinsky |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.jitbit.com/product-hunt-chrome/ |
| Adres URL Strony Pomocy | https://www.jitbit.com/product-hunt-chrome/ |
| Obsługiwane Języki | 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"
]
}
} | |