Hacker Tab
Replace browser new tab screen with GitHub trending projects.
O que é Hacker Tab?
Hacker Tab é uma extensão do Chrome desenvolvida por Hu Chen, e sua principal característica é "Replace browser new tab screen with GitHub trending projects.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hacker Tab
Baixe arquivos de extensão Hacker Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ibomigipadcieapbemkegkmadbbanbgm |
URL Oficial | https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm |
Descrição | Replace browser new tab screen with GitHub trending projects. |
Tamanho do Arquivo | 2.4 MB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.10.0 |
Última Atualização | 2020-06-21 |
Data de Publicação | 2020-06-21 |
Classificação | 4.24/5 Total de 17 Avaliações |
Desenvolvedor | Hu Chen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/huchenme/hacker-bar-extension |
URL da Página de Ajuda | https://github.com/huchenme/hacker-bar-extension |
URL da Página de Política de Privacidade | https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE |
Idiomas Suportados | 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'" } |