Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

Product Geniusคืออะไร?

Product Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.algorithmia.com และคุณลักษณะหลักของมันคือ "Navigate Product Hunt like a pro - an Algorithmia experiment."

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

screenshot
screenshot
screenshot

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

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

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

                        Get served with product recommendations based on others who upvoted the item you are looking at. 

Learn how we built this and how you can build your own recommendation engine at http://blog.algorithmia.com                    

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

ชื่อ Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
คำอธิบาย Navigate Product Hunt like a pro - an Algorithmia experiment.
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-08-03
วันที่เผยแพร่ 2015-08-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.algorithmia.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.algorithmia.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Genius",
    "description": "Navigate Product Hunt like a pro - an Algorithmia experiment.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*.producthunt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "js\/bootstrap.js"
            ],
            "css": [
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "images\/*.*",
        "js\/*.*",
        "*.*"
    ]
}