Product Hunt™ Tabs

Chrome extension to open all daily products websites with a single click on Product Hunt™.

Product Hunt™ Tabs란 무엇입니까?

Product Hunt™ Tabs은(는) Kevin Campion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to open all daily products websites with a single click on Product Hunt™."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Do you use Product Hunt™ every day to make the day before or discover something new? Do you open one by one each url of the products? This extension is for you, you'll save a lot of time! 

Open all daily products websites with a single click.

This extension displays a button on all daily lists of products. Click on this button and all the websites will be open in a new tab of your browser.                    

확장 프로그램 기본 정보

이름 Product Hunt™ Tabs Product Hunt™ Tabs
ID anjbcpdnihhgaabcpamabkmpccbfgmoo
공식 URL https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo
설명 Chrome extension to open all daily products websites with a single click on Product Hunt™.
파일 크기 49.03 KB
설치 횟수 44
현재 버전 0.4.5
최근 업데이트 2018-08-15
출시 날짜 2018-08-14
평점 5.00/5 총 1 개의 평점
개발자 Kevin Campion
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.4.5",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.producthunt.com\/*",
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/main.min.js"
            ],
            "css": [
                "css\/style.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}