Hacker Tab

Replace browser new tab screen with GitHub trending projects.

Qu'est-ce que Hacker Tab ?

Hacker Tab est une extension Chrome développée par Hu Chen, 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

Téléchargez les fichiers d'extension Hacker Tab 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

                        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                    

Informations de Base sur l'Extension

Nom Hacker Tab Hacker Tab
ID ibomigipadcieapbemkegkmadbbanbgm
URL Officiel https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm
Description Replace browser new tab screen with GitHub trending projects.
Taille du Fichier 2.4 MB
Nombre d'Installations 2,000
Version Actuelle 1.10.0
Dernière Mise à Jour 2020-06-21
Date de Publication 2020-06-21
Évaluation 4.24/5 Total 17 Évaluations
Développeur Hu Chen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/huchenme/hacker-bar-extension
URL de la Page d'Aide https://github.com/huchenme/hacker-bar-extension
URL de la Page de Politique de Confidentialité https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE
Langues Prises en Charge 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'"
}