Hacker Tab

Replace browser new tab screen with GitHub trending projects.

Hacker Tab란 무엇입니까?

Hacker Tab은(는) Hu Chen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace browser new tab screen with GitHub trending projects."입니다.

확장 프로그램 스크린샷

screenshot

Hacker Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Also on Product Hunt: https://www.producthunt.com/posts/hacker-tab

Features:

• GitHub trending projects
• Dark Mode
• Change your favourite language and spoken language (e.g. English)
• Change from trending daily, weekly or monthly
• Load repositories in background
• I'm feeling lucky to show a random project

If you want to keep up to date with currently development, checkout https://github.com/huchenme/hacker-tab-extension                    

확장 프로그램 기본 정보

이름 Hacker Tab Hacker Tab
ID ibomigipadcieapbemkegkmadbbanbgm
공식 URL https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm
설명 Replace browser new tab screen with GitHub trending projects.
파일 크기 2.4 MB
설치 횟수 2,000
현재 버전 1.10.0
최근 업데이트 2020-06-21
출시 날짜 2020-06-21
평점 4.24/5 총 17 개의 평점
개발자 Hu Chen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/huchenme/hacker-bar-extension
도움말 페이지 URL https://github.com/huchenme/hacker-bar-extension
개인정보 보호 정책 페이지 URL https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker Tab",
    "author": "Hu Chen",
    "version": "1.10.0",
    "description": "Replace browser new tab screen with GitHub trending projects.",
    "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'"
}