Product Hunt Rank
Chrome extension that shows how many times a website was upvoted on Product Hunt
Product Hunt Rankคืออะไร?
Product Hunt Rank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Artiom Dashinsky และคุณลักษณะหลักของมันคือ "Chrome extension that shows how many times a website was upvoted on Product Hunt"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Hunt Rank
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |