Hacker Tab (unofficial)

Replace browser new tab screen with GitHub trending projects.

Hacker Tab (unofficial)란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        My personal version of hackertab, as the official hackertab extension is down, hence I decided to self-host a version of mine, all credits go to https://github.com/huchenme/hacker-tab-extension, I did not wrote any line of code                    

확장 프로그램 기본 정보

이름 Hacker Tab (unofficial) Hacker Tab (unofficial)
ID fjjkhllolplhgmoepkjjlbmpgfhpmbob
공식 URL https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob
설명 Replace browser new tab screen with GitHub trending projects.
파일 크기 2.33 MB
설치 횟수 55
현재 버전 1.10.0
최근 업데이트 2020-10-22
출시 날짜 2020-10-22
평점 5.00/5 총 1 개의 평점
개발자 rainchai4240
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/huchenme/hacker-tab-extension
도움말 페이지 URL https://github.com/huchenme/hacker-tab-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker Tab (unofficial)",
    "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"
    ]
}