Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
What is Hacker Tab (unofficial)?
Hacker Tab (unofficial) is a Chrome extension developed by rainchai4240, and its main feature is "Replace browser new tab screen with GitHub trending projects.".
Extension Screenshots
Download Hacker Tab (unofficial) Extension CRX File
Download Hacker Tab (unofficial) 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
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 Extension Basic Information
| Name | |
| ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| Official URL | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| Description | Replace browser new tab screen with GitHub trending projects. |
| File Size | 2.33 MB |
| Installation Count | 55 |
| Current Version | 1.10.0 |
| Last Updated | 2020-10-22 |
| Publish Date | 2020-10-22 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | rainchai4240 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/huchenme/hacker-tab-extension |
| Help Page URL | https://github.com/huchenme/hacker-tab-extension |
| Supported Languages | 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"
]
} | |