Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
O que é Product Hunt Rank?
Product Hunt Rank é uma extensão do Chrome desenvolvida por Artiom Dashinsky, e sua principal característica é "Chrome extension that shows how many times a website was upvoted on Product Hunt".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Product Hunt Rank
Baixe arquivos de extensão Product Hunt Rank no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/).
Informações Básicas da Extensão
Nome | Product Hunt Rank |
ID | leabehpocjbbepaecacahiahnpocofln |
URL Oficial | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
Descrição | Chrome extension that shows how many times a website was upvoted on Product Hunt |
Tamanho do Arquivo | 40.15 KB |
Contagem de Instalações | 50 |
Versão Atual | 1.1 |
Última Atualização | 2015-01-19 |
Data de Publicação | 2015-01-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Artiom Dashinsky |
Tipo de Pagamento | free |
Site da Extensão | https://www.jitbit.com/product-hunt-chrome/ |
URL da Página de Ajuda | https://www.jitbit.com/product-hunt-chrome/ |
Idiomas Suportados | 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" ] } } |