Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Cos'è Hacker Tab (unofficial)?
Hacker Tab (unofficial) è un'estensione di Chrome sviluppata da rainchai4240, e la sua funzione principale è "Replace browser new tab screen with GitHub trending projects.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker Tab (unofficial)
Scarica i file di estensione Hacker Tab (unofficial) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| URL Ufficiale | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| Descrizione | Replace browser new tab screen with GitHub trending projects. |
| Dimensione del File | 2.33 MB |
| Conteggio Installazioni | 55 |
| Versione Corrente | 1.10.0 |
| Ultimo Aggiornamento | 2020-10-22 |
| Data di Pubblicazione | 2020-10-22 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | rainchai4240 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/huchenme/hacker-tab-extension |
| URL della Pagina di Aiuto | https://github.com/huchenme/hacker-tab-extension |
| Lingue Supportate | 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"
]
} | |