Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Vad är Product Hunt Rank?
Product Hunt Rank är en Chrome-tillägg utvecklad av Artiom Dashinsky, och dess huvudfunktion är "Chrome extension that shows how many times a website was upvoted on Product Hunt".
Tilläggsskärmbilder
Ladda ner Product Hunt Rank-förlängningens CRX-fil
Ladda ner Product Hunt Rank-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Product Hunt Rank |
ID | leabehpocjbbepaecacahiahnpocofln |
Officiell webbadress | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
Beskrivning | Chrome extension that shows how many times a website was upvoted on Product Hunt |
Filstorlek | 40.15 KB |
Antal Installationer | 50 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-01-19 |
Publiceringsdatum | 2015-01-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Artiom Dashinsky |
Betalningssätt | free |
Tilläggswebbplats | https://www.jitbit.com/product-hunt-chrome/ |
Hjälpsida URL | https://www.jitbit.com/product-hunt-chrome/ |
Stödda Språk | 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" ] } } |