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" ] } } |