Hacker Tab
Replace browser new tab screen with GitHub trending projects.
¿Qué es Hacker Tab?
Hacker Tab es una extensión de Chrome desarrollada por Hu Chen, y su función principal es "Replace browser new tab screen with GitHub trending projects.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hacker Tab
Descarga archivos de extensión Hacker Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ibomigipadcieapbemkegkmadbbanbgm |
URL Oficial | https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm |
Descripción | Replace browser new tab screen with GitHub trending projects. |
Tamaño del Archivo | 2.4 MB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 1.10.0 |
Última Actualización | 2020-06-21 |
Fecha de Publicación | 2020-06-21 |
Calificación | 4.24/5 Total de 17 Calificaciones |
Desarrollador | Hu Chen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/huchenme/hacker-bar-extension |
URL de la Página de Ayuda | https://github.com/huchenme/hacker-bar-extension |
URL de la Página de Política de Privacidad | https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE |
Idiomas Soportados | 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'" } |