Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Product Hunt Rankとは何ですか?
Product Hunt RankはArtiom Dashinskyによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that shows how many times a website was upvoted on Product Hunt」です。
拡張機能のスクリーンショット
Product Hunt Rank拡張機能のCRXファイルをダウンロード
Product Hunt Rank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/).
拡張機能の基本情報
名前 | Product Hunt Rank |
ID | leabehpocjbbepaecacahiahnpocofln |
公式URL | https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln |
説明 | Chrome extension that shows how many times a website was upvoted on Product Hunt |
ファイルサイズ | 40.15 KB |
インストール数 | 50 |
現在のバージョン | 1.1 |
最終更新日 | 2015-01-19 |
公開日 | 2015-01-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Artiom Dashinsky |
支払い方法 | free |
拡張機能のウェブサイト | https://www.jitbit.com/product-hunt-chrome/ |
ヘルプページのURL | https://www.jitbit.com/product-hunt-chrome/ |
対応言語 | 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" ] } } |