New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

O que é New Empty Coloured Tab?

New Empty Coloured Tab é uma extensão do Chrome desenvolvida por Glenn Hallin, e sua principal característica é "When you open a 'New Tab' it's blank and set to the background color of your desire.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Empty Coloured Tab

Baixe arquivos de extensão New Empty Coloured 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

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

Informações Básicas da Extensão

Nome New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
URL Oficial https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
Descrição When you open a 'New Tab' it's blank and set to the background color of your desire.
Tamanho do Arquivo 137 KB
Contagem de Instalações 83
Versão Atual 1.5.3
Última Atualização 2023-07-03
Data de Publicação 2017-11-14
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Glenn Hallin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}