Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Wat is Hacker Tab (unofficial)?
Hacker Tab (unofficial) is een Chrome-extensie ontwikkeld door rainchai4240, 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 (unofficial)
Download Hacker Tab (unofficial)-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
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
Basisinformatie over de Extensie
Naam | |
ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
Officiële URL | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
Beschrijving | Replace browser new tab screen with GitHub trending projects. |
Bestandsgrootte | 2.33 MB |
Aantal Installaties | 55 |
Huidige Versie | 1.10.0 |
Laatst Bijgewerkt | 2020-10-22 |
Publicatiedatum | 2020-10-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rainchai4240 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/huchenme/hacker-tab-extension |
Help Pagina-URL | https://github.com/huchenme/hacker-tab-extension |
Ondersteunde Talen | 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" ] } |