Product Hunt Favicon Edition

Add favicons to posts on producthunt.com

ما هو Product Hunt Favicon Edition؟

Product Hunt Favicon Edition هو إضافة Chrome تم تطويرها بواسطة websirnik، والميزة الرئيسية لها هي "Add favicons to posts on producthunt.com".

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

screenshot

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

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

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

                        Favicons are a hidden UX gem. They provide an insight what's behind the hyperlink. This extension made my producthunt.com experience 3x times more efficient. Helps to identify links to click(and not to) by providing a visual expectation in the form of an icon:
 - GitHub icon - Expect dev libraries
 - Amazon icon - Expect retail products
 - App Store / Play Store icons - Expect mobile apps 
 - Kickstarter / Indiegogo icons - Expect crowdfunding campaigns 
 - and so on...

No signup required. Free. Built while watching cat videos.

Ping me if you didn't like this extension: https://twitter.com/nikitakorotaev                    

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

الاسم Product Hunt Favicon Edition Product Hunt Favicon Edition
ID lmbddljbacemiaiplcgkjpngjnpikdeh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/product-hunt-favicon-edit/lmbddljbacemiaiplcgkjpngjnpikdeh
الوصف Add favicons to posts on producthunt.com
حجم الملف 48.26 KB
عدد التثبيتات 19
النسخة الحالية 0.4.1
آخر تحديث 2014-12-20
تاريخ النشر 2014-12-20
تقييم 5.00/5 مجموع تقييمات 1
المطور websirnik
نوع الدفع free
موقع الإضافة http://twitter.com/nikitakorotaev
عنوان صفحة المساعدة http://twitter.com/nikitakorotaev
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Favicon Edition",
    "short_name": "Product Hunt Favicon Edition",
    "description": "Add favicons to posts on producthunt.com",
    "version": "0.4.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/www.producthunt.com\/*",
        "*:\/\/ph.nikita.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-observe.min.js",
                "contentscript.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "*:\/\/getfavicon.appspot.com\/*"
    ]
}