Product Hunt Favicon Edition

Add favicons to posts on producthunt.com

什麼是Product Hunt Favicon Edition?

Product Hunt Favicon Edition是由websirnik開發的Chrome擴展程式,該擴展的主要功能是“Add favicons to posts on producthunt.com”。

擴展截圖

screenshot

下載Product Hunt Favicon Edition擴展crx文件

下載Product Hunt Favicon Edition擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}