Product Hunt Preview

Preview websites that are featured on Product Hunt.

ما هو Product Hunt Preview؟

Product Hunt Preview هو إضافة Chrome تم تطويرها بواسطة http://samcambridge.co.uk، والميزة الرئيسية لها هي "Preview websites that are featured on Product Hunt.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Product Hunt Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Product Hunt Preview provides the user with a preview of the sites they are commenting on.                    

معلومات أساسية عن التمديد

الاسم Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
الوصف Preview websites that are featured on Product Hunt.
حجم الملف 68.97 KB
عدد التثبيتات 19
النسخة الحالية 1.2
آخر تحديث 2014-09-16
تاريخ النشر 2014-09-16
المطور http://samcambridge.co.uk
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Hunt Preview",
    "author": "Sam Cambridge",
    "homepage_url": "http:\/\/samcambridge.co.uk",
    "icons": {
        "48": "images\/48.png"
    },
    "description": "Preview websites that are featured on Product Hunt.",
    "permissions": [
        "http:\/\/*.producthunt.com\/",
        "https:\/\/*.producthunt.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/loader.gif"
    ],
    "version": "1.2",
    "manifest_version": 2
}