Hacker Tab

Replace browser new tab screen with GitHub trending projects.

What is Hacker Tab?

Hacker Tab is a Chrome extension developed by Hu Chen, and its main feature is "Replace browser new tab screen with GitHub trending projects.".

Extension Screenshots

screenshot

Download Hacker Tab Extension CRX File

Download Hacker Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hacker Tab Hacker Tab
ID ibomigipadcieapbemkegkmadbbanbgm
Official URL https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm
Description Replace browser new tab screen with GitHub trending projects.
File Size 2.4 MB
Installation Count 2,000
Current Version 1.10.0
Last Updated 2020-06-21
Publish Date 2020-06-21
Rating 4.24/5 Total 17 Ratings
Developer Hu Chen
Email [email protected]
Payment Type free
Extension Website https://github.com/huchenme/hacker-bar-extension
Help Page URL https://github.com/huchenme/hacker-bar-extension
Privacy Policy Page URL https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE
Supported Languages 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'"
}