Product Hunt Rank

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

ما هو Product Hunt Rank؟

Product Hunt Rank هو إضافة Chrome تم تطويرها بواسطة Artiom Dashinsky، والميزة الرئيسية لها هي "Chrome extension that shows how many times a website was upvoted on Product Hunt".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Product Hunt Rank

قم بتنزيل ملفات الامتداد Product Hunt Rank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
        ]
    }
}