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/). 擴展基本資訊
| 名稱 | |
| ID | leabehpocjbbepaecacahiahnpocofln |
| 官方網址 | 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"
]
}
} | |