Hacker Tab
Replace browser new tab screen with GitHub trending projects.
Cos'è Hacker Tab?
Hacker Tab è un'estensione di Chrome sviluppata da Hu Chen, 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
Scarica i file di estensione Hacker Tab 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | ibomigipadcieapbemkegkmadbbanbgm |
URL Ufficiale | https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm |
Descrizione | Replace browser new tab screen with GitHub trending projects. |
Dimensione del File | 2.4 MB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.10.0 |
Ultimo Aggiornamento | 2020-06-21 |
Data di Pubblicazione | 2020-06-21 |
Valutazione | 4.24/5 Totale 17 Valutazioni |
Sviluppatore | Hu Chen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/huchenme/hacker-bar-extension |
URL della Pagina di Aiuto | https://github.com/huchenme/hacker-bar-extension |
URL della Pagina della Politica sulla Privacy | https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE |
Lingue Supportate | 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'" } |