Hacker Tab (unofficial)

Replace browser new tab screen with GitHub trending projects.

Apa itu Hacker Tab (unofficial)?

Hacker Tab (unofficial) adalah ekstensi Chrome yang dikembangkan oleh rainchai4240, dan fitur utamanya adalah "Replace browser new tab screen with GitHub trending projects.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hacker Tab (unofficial)

Unduh file ekstensi Hacker Tab (unofficial) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Hacker Tab (unofficial) Hacker Tab (unofficial)
ID fjjkhllolplhgmoepkjjlbmpgfhpmbob
URL Resmi https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob
Deskripsi Replace browser new tab screen with GitHub trending projects.
Ukuran File 2.33 MB
Jumlah Instalasi 55
Versi Saat Ini 1.10.0
Terakhir Diperbarui 2020-10-22
Tanggal Publikasi 2020-10-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rainchai4240
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/huchenme/hacker-tab-extension
URL Halaman Bantuan https://github.com/huchenme/hacker-tab-extension
Bahasa yang Didukung 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"
    ]
}