Product Hunt Rank

Chrome extension that shows how many times a website was upvoted on Product Hunt

Product Hunt Rank란 무엇입니까?

Product Hunt Rank은(는) Artiom Dashinsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that shows how many times a website was upvoted on Product Hunt"입니다.

확장 프로그램 스크린샷

screenshot

Product Hunt Rank 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever wondered if the service you're about to use or a company you're going to make a partnership with is good?

Now you can see popular any website you are visiting on Product Hunt and read feedbacks about it.

Created by Artiom Dashinsky (http://dashinsky.com/) and JitBit (https://www.jitbit.com/).                    

확장 프로그램 기본 정보

이름 Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
공식 URL https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
설명 Chrome extension that shows how many times a website was upvoted on Product Hunt
파일 크기 40.15 KB
설치 횟수 50
현재 버전 1.1
최근 업데이트 2015-01-19
출시 날짜 2015-01-19
평점 5.00/5 총 2 개의 평점
개발자 Artiom Dashinsky
결제 유형 free
확장 프로그램 웹 사이트 https://www.jitbit.com/product-hunt-chrome/
도움말 페이지 URL https://www.jitbit.com/product-hunt-chrome/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Rank",
    "description": "Chrome extension that shows how many times a website was upvoted on Product Hunt",
    "version": "1.1",
    "author": "Jitbit & Artiom Dashinsky",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "[email protected]"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.producthunt.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    }
}