Hue Tab

A beautiful colourful new tab every time you open a new tab.

O que é Hue Tab?

Hue Tab é uma extensão do Chrome desenvolvida por nikolaibain, e sua principal característica é "A beautiful colourful new tab every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hue Tab

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

                        A personalised new tab dashboard that is minimal, beautiful, and easy to use. 

Features include:
• Clock options
• Search bar
• Your favourite bookmarks
• Greeting
• Different colour/theme options
• Date options                    

Informações Básicas da Extensão

Nome Hue Tab Hue Tab
ID bklmpkfhlbcjjpmdgcknfolcedillefl
URL Oficial https://chrome.google.com/webstore/detail/hue-tab/bklmpkfhlbcjjpmdgcknfolcedillefl
Descrição A beautiful colourful new tab every time you open a new tab.
Tamanho do Arquivo 61.4 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2021-03-18
Data de Publicação 2021-03-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nikolaibain
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hue Tab",
    "version": "1.0",
    "description": "A beautiful colourful new tab every time you open a new tab.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "32": "images\/icons\/icon_32.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "32": "images\/icons\/icon_32.png",
            "48": "images\/icons\/icon_48.png",
            "128": "images\/icons\/icon_128.png"
        }
    }
}