Hacker Tab (unofficial)

Replace browser new tab screen with GitHub trending projects.

O que é Hacker Tab (unofficial)?

Hacker Tab (unofficial) é uma extensão do Chrome desenvolvida por rainchai4240, e sua principal característica é "Replace browser new tab screen with GitHub trending projects.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hacker Tab (unofficial)

Baixe arquivos de extensão Hacker Tab (unofficial) 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

                        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                    

Informações Básicas da Extensão

Nome Hacker Tab (unofficial) Hacker Tab (unofficial)
ID fjjkhllolplhgmoepkjjlbmpgfhpmbob
URL Oficial https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob
Descrição Replace browser new tab screen with GitHub trending projects.
Tamanho do Arquivo 2.33 MB
Contagem de Instalações 55
Versão Atual 1.10.0
Última Atualização 2020-10-22
Data de Publicação 2020-10-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor rainchai4240
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/huchenme/hacker-tab-extension
URL da Página de Ajuda https://github.com/huchenme/hacker-tab-extension
Idiomas Suportados 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"
    ]
}