Product Hunt Favicon Edition

Add favicons to posts on producthunt.com

Product Hunt Favicon Edition क्या है?

Product Hunt Favicon Edition websirnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add favicons to posts on producthunt.com"।

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

screenshot

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

crx प्रारूप में Product Hunt Favicon Edition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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\/*"
    ]
}