Product Hunt Rank

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

Apa itu Product Hunt Rank?

Product Hunt Rank adalah ekstensi Chrome yang dikembangkan oleh Artiom Dashinsky, dan fitur utamanya adalah "Chrome extension that shows how many times a website was upvoted on Product Hunt".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Product Hunt Rank

Unduh file ekstensi Product Hunt Rank dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
URL Resmi https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Deskripsi Chrome extension that shows how many times a website was upvoted on Product Hunt
Ukuran File 40.15 KB
Jumlah Instalasi 50
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-01-19
Tanggal Publikasi 2015-01-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Artiom Dashinsky
Tipe Pembayaran free
Situs Ekstensi https://www.jitbit.com/product-hunt-chrome/
URL Halaman Bantuan https://www.jitbit.com/product-hunt-chrome/
Bahasa yang Didukung 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"
        ]
    }
}