Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

O que é Colored New Tab?

Colored New Tab é uma extensão do Chrome desenvolvida por https://glogovetan.com, e sua principal característica é "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Colored New Tab

Baixe arquivos de extensão Colored New 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 minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

Informações Básicas da Extensão

Nome Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
URL Oficial https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Descrição Google Chrome (or Chromium) extension that opens the new tab in a specific color
Tamanho do Arquivo 11.46 KB
Contagem de Instalações 40
Versão Atual 1.0.0
Última Atualização 2018-03-11
Data de Publicação 2018-03-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://glogovetan.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rdig/colored-new-tab
URL da Página de Ajuda https://github.com/rdig/colored-new-tab/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}