Product Hunt Trending Tab
Replace browser new tab screen with Product Hunt trending products.
Product Hunt Trending Tab란 무엇입니까?
Product Hunt Trending Tab은(는) Ömer Gülen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace browser new tab screen with Product Hunt trending products."입니다.
확장 프로그램 스크린샷
Product Hunt Trending Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace browser new tab screen with Product Hunt trending products. Features: • Product Hunt trending products • Change from trending daily, weekly, monthly or yearly • Load products in the background • I'm feeling lucky to show a random product If you want to keep up to date with current development, check out https://github.com/omergulen/producthunt-trending-extension We are now on Product Hunt, support us: https://www.producthunt.com/posts/product-hunt-trending-new-tab-extension https://producthunt-trending-extension.now.sh online version. https://www.patreon.com/omergulen -- Buy me a drink :)
확장 프로그램 기본 정보
이름 | |
ID | kfdccmmkggolbggggimdgbfgfgalgkjo |
공식 URL | https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo |
설명 | Replace browser new tab screen with Product Hunt trending products. |
파일 크기 | 1.94 MB |
설치 횟수 | 200 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2019-08-22 |
출시 날짜 | 2019-08-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ömer Gülen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://producthunt-trending-extension.now.sh |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Trending Tab", "author": "Omer Gulen", "version": "2.0.0", "description": "Replace browser new tab screen with Product Hunt trending products.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |