New Tab Background Image Extension

Replace the default new tab page content with any background image.

O que é New Tab Background Image Extension?

New Tab Background Image Extension é uma extensão do Chrome desenvolvida por linuscedergren, e sua principal característica é "Replace the default new tab page content with any background image.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Background Image Extension

Baixe arquivos de extensão New Tab Background Image Extension 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

                        This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.                    

Informações Básicas da Extensão

Nome New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
URL Oficial https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Descrição Replace the default new tab page content with any background image.
Tamanho do Arquivo 8.27 KB
Contagem de Instalações 73
Versão Atual 1.4.0
Última Atualização 2022-10-29
Data de Publicação 2020-09-27
Desenvolvedor linuscedergren
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Background Image Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Replace the default new tab page content with any background image.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "icons": {
        "128": ".\/icon.png"
    }
}