Product Hunt Rank

Chrome extension that shows how many times a website was upvoted on Product Hunt

Product Hunt Rank là gì?

Product Hunt Rank là một tiện ích mở rộng Chrome được phát triển bởi Artiom Dashinsky, và tính năng chính của nó là "Chrome extension that shows how many times a website was upvoted on Product Hunt".

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

screenshot

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

Tải xuống các tệp mở rộng Product Hunt Rank 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

                        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/).                    

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

Tên Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
URL Chính Thức https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Mô tả Chrome extension that shows how many times a website was upvoted on Product Hunt
Kích Thước Tệp 40.15 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-01-19
Ngày Phát Hành 2015-01-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Artiom Dashinsky
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jitbit.com/product-hunt-chrome/
URL Trang Trợ Giúp https://www.jitbit.com/product-hunt-chrome/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}