Product Hunt Rank

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

Product Hunt Rank क्या है?

Product Hunt Rank Artiom Dashinsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that shows how many times a website was upvoted on Product Hunt"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Product Hunt Rank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
आधिकारिक URL https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
विवरण Chrome extension that shows how many times a website was upvoted on Product Hunt
फ़ाइल का आकार 40.15 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-01-19
प्रकाशन तिथि 2015-01-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Artiom Dashinsky
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jitbit.com/product-hunt-chrome/
सहायता पृष्ठ URL https://www.jitbit.com/product-hunt-chrome/
समर्थित भाषाएँ 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"
        ]
    }
}