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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}