Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
什么是Hacker Tab (unofficial)?
Hacker Tab (unofficial)是由rainchai4240开发的Chrome扩展程序,该扩展的主要功能是“Replace browser new tab screen with GitHub trending projects.”。
扩展截图
下载Hacker Tab (unofficial)扩展crx文件
下载Hacker Tab (unofficial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
官方URL | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
简介 | Replace browser new tab screen with GitHub trending projects. |
文件大小 | 2.33 MB |
安装次数 | 55 |
当前版本 | 1.10.0 |
更新时间 | 2020-10-22 |
上架时间 | 2020-10-22 |
评分 | 5.00/5 共1次评分 |
开发者 | rainchai4240 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/huchenme/hacker-tab-extension |
帮助页面URL | https://github.com/huchenme/hacker-tab-extension |
支持的语言 | 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" ] } |