Hacker Tab

Replace browser new tab screen with GitHub trending projects.

Co to jest Hacker Tab?

Hacker Tab to rozszerzenie Chrome opracowane przez Hu Chen, a jego główną funkcją jest „Replace browser new tab screen with GitHub trending projects.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hacker Tab

Pobierz pliki rozszerzeń Hacker Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Hacker Tab Hacker Tab
ID ibomigipadcieapbemkegkmadbbanbgm
Oficjalny URL https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm
Opis Replace browser new tab screen with GitHub trending projects.
Rozmiar pliku 2.4 MB
Liczba instalacji 2,000
Aktualna Wersja 1.10.0
Ostatnia Aktualizacja 2020-06-21
Data Publikacji 2020-06-21
Ocena 4.24/5 Łącznie 17 Oceny
Deweloper Hu Chen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/huchenme/hacker-bar-extension
Adres URL Strony Pomocy https://github.com/huchenme/hacker-bar-extension
Adres URL Strony Polityki Prywatności https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE
Obsługiwane Języki 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'"
}