Crypto New Tab 8-bit

New tab page in 8 bit for crypto enthusiasts

O que é Crypto New Tab 8-bit?

Crypto New Tab 8-bit é uma extensão do Chrome desenvolvida por cryptonewtab, e sua principal característica é "New tab page in 8 bit for crypto enthusiasts".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crypto New Tab 8-bit

Baixe arquivos de extensão Crypto New Tab 8-bit 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

                        1. Track your favorite crypto coins with live pricing data.

2. Feeling lucky? Drop a coin in the crypto fountain.

3. Select Day or night mode (click the rainbow to toggle modes).

Enjoy! More features to come. Email us if you have feedback: [email protected]

Disclaimer:
We don't access or store any personal data.

We don't own the memes we show. These comes from @notfinancialadvice__ on instragram.

Cryptocurrency pricing comes from coingecko.com                    

Informações Básicas da Extensão

Nome Crypto New Tab 8-bit Crypto New Tab 8-bit
ID kgcdejafchphklflmceebojaakndnijl
URL Oficial https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl
Descrição New tab page in 8 bit for crypto enthusiasts
Tamanho do Arquivo 222 KB
Contagem de Instalações 49
Versão Atual 0.0.0.1
Última Atualização 2022-10-11
Data de Publicação 2022-07-05
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor cryptonewtab
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto New Tab 8-bit",
    "description": "New tab page in 8 bit for crypto enthusiasts",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "dist\/assets\/favicon-bw-16.png",
            "32": "dist\/assets\/favicon-bw-32.png",
            "128": "dist\/assets\/favicon-bw.png"
        }
    },
    "icons": {
        "16": "dist\/assets\/favicon-bw-16.png",
        "32": "dist\/assets\/favicon-bw-32.png",
        "128": "dist\/assets\/favicon-bw.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coingecko.com\/api\/v3\/*",
        "https:\/\/d3rxdr6fcw9knr.cloudfront.net\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    }
}