Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

O que é Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. é uma extensão do Chrome desenvolvida por Thomas Tavernier, e sua principal característica é "The new tab page is now empty, you can select the background color of your choice.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Empty New Tab Page - Select Your Background.

Baixe arquivos de extensão Empty New Tab Page - Select Your Background. 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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

Informações Básicas da Extensão

Nome Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Oficial https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Descrição The new tab page is now empty, you can select the background color of your choice.
Tamanho do Arquivo 10.4 KB
Contagem de Instalações 122
Versão Atual 1.4.0
Última Atualização 2021-08-15
Data de Publicação 2019-09-19
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Thomas Tavernier
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ThomasTavernier/empty-new-tab-page
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}