Hacker Tab (unofficial)

Replace browser new tab screen with GitHub trending projects.

Qu'est-ce que Hacker Tab (unofficial) ?

Hacker Tab (unofficial) est une extension Chrome développée par rainchai4240, et sa fonction principale est "Replace browser new tab screen with GitHub trending projects.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hacker Tab (unofficial)

Téléchargez les fichiers d'extension Hacker Tab (unofficial) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hacker Tab (unofficial) Hacker Tab (unofficial)
ID fjjkhllolplhgmoepkjjlbmpgfhpmbob
URL Officiel https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob
Description Replace browser new tab screen with GitHub trending projects.
Taille du Fichier 2.33 MB
Nombre d'Installations 55
Version Actuelle 1.10.0
Dernière Mise à Jour 2020-10-22
Date de Publication 2020-10-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur rainchai4240
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/huchenme/hacker-tab-extension
URL de la Page d'Aide https://github.com/huchenme/hacker-tab-extension
Langues Prises en Charge 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"
    ]
}