Hacker Tab
Replace browser new tab screen with GitHub trending projects.
Wat is Hacker Tab?
Hacker Tab is een Chrome-extensie ontwikkeld door Hu Chen, en de belangrijkste functie is "Replace browser new tab screen with GitHub trending projects.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hacker Tab
Download Hacker Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ibomigipadcieapbemkegkmadbbanbgm |
Officiële URL | https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm |
Beschrijving | Replace browser new tab screen with GitHub trending projects. |
Bestandsgrootte | 2.4 MB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.10.0 |
Laatst Bijgewerkt | 2020-06-21 |
Publicatiedatum | 2020-06-21 |
Beoordeling | 4.24/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Hu Chen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/huchenme/hacker-bar-extension |
Help Pagina-URL | https://github.com/huchenme/hacker-bar-extension |
URL van de Privacybeleid Pagina | https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE |
Ondersteunde Talen | 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'" } |