Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

Product Genius là gì?

Product Genius là một tiện ích mở rộng Chrome được phát triển bởi https://www.algorithmia.com, và tính năng chính của nó là "Navigate Product Hunt like a pro - an Algorithmia experiment.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Product Genius

Tải xuống các tệp mở rộng Product Genius dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
URL Chính Thức https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
Mô tả Navigate Product Hunt like a pro - an Algorithmia experiment.
Kích Thước Tệp 483 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-08-03
Ngày Phát Hành 2015-08-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.algorithmia.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.algorithmia.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*.*",
        "*.*"
    ]
}