Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Co to jest Hacker Tab (unofficial)?
Hacker Tab (unofficial) to rozszerzenie Chrome opracowane przez rainchai4240, a jego główną funkcją jest „Replace browser new tab screen with GitHub trending projects.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hacker Tab (unofficial)
Pobierz pliki rozszerzeń Hacker Tab (unofficial) 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
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| Oficjalny URL | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| Opis | Replace browser new tab screen with GitHub trending projects. |
| Rozmiar pliku | 2.33 MB |
| Liczba instalacji | 55 |
| Aktualna Wersja | 1.10.0 |
| Ostatnia Aktualizacja | 2020-10-22 |
| Data Publikacji | 2020-10-22 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | rainchai4240 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/huchenme/hacker-tab-extension |
| Adres URL Strony Pomocy | https://github.com/huchenme/hacker-tab-extension |
| Obsługiwane Języki | 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"
]
} | |