ProductHop

A timehop app for ProductHunt

ProductHopคืออะไร?

ProductHop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alikafridi และคุณลักษณะหลักของมันคือ "A timehop app for ProductHunt"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProductHop

ดาวน์โหลดไฟล์ส่วนขยาย ProductHop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Product Hop shows you products posted on Product Hunt from exactly a year ago. 

Go back and look at products you might've missed. Add some old products to your collections. See what progress has been made on products since they were "hunted".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ProductHop ProductHop
ID opcjdnpbkbedjlhajkplcajipinckgkg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg
คำอธิบาย A timehop app for ProductHunt
ขนาดไฟล์ 11.71 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2015-01-02
วันที่เผยแพร่ 2015-01-02
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alikafridi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://producthop.com
URL หน้าช่วยเหลือ http://twitter.com/alikafridi
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductHop",
    "description": "A timehop app for ProductHunt",
    "version": "1.0.0.1",
    "permissions": [
        "http:\/\/producthop.herokuapp.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}