Binary Tab

Replace the new tab page with a minimal binary clock

O que é Binary Tab?

Binary Tab é uma extensão do Chrome desenvolvida por https://albert.nz, e sua principal característica é "Replace the new tab page with a minimal binary clock".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Binary Tab

Baixe arquivos de extensão Binary 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

                        **Changes in version 1.9**
- Removed bookmark manage button. Bookmark management is always accessible via the Chrome menus or at chrome://bookmarks.

Binary tab replaces your new tab page with a minimal and elegant binary clock. Hover the cursor over the bottom of the page to reveal the settings drawer. An ever-expanding array of settings is available. They include:
- Colour scheme (light colour, dark colour), including dynamic hex colour.
- Inverted colour scheme.
- Auto-invert at sunset/sunrise given current location.
- Clock size
- Display digits, placeholder letters or nothing below clock.
- Show row numbers (great for learning to read the clock).
- Show, hide or auto-hide bookmarks bar.
- Manage bookmarks.

A word on geolocation: Binary Tab only uses the user's position to find sunrise and sunset times when the 'Use current location' button is clicked. If you have any doubts about this, feel free to inspect the code!                    

Informações Básicas da Extensão

Nome Binary Tab Binary Tab
ID ammjoeghgfdfdjjlmlkjcbchabncempk
URL Oficial https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk
Descrição Replace the new tab page with a minimal binary clock
Tamanho do Arquivo 4.76 MB
Contagem de Instalações 206
Versão Atual 1.90
Última Atualização 2020-08-31
Data de Publicação 2020-08-30
Classificação 4.75/5 Total de 16 Avaliações
Desenvolvedor https://albert.nz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Tab",
    "description": "Replace the new tab page with a minimal binary clock",
    "version": "1.90",
    "permissions": [
        "storage",
        "geolocation",
        "bookmarks"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}