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