Change New Tab

Allows you to change New Tab page to your specific URL.

O que é Change New Tab?

Change New Tab é uma extensão do Chrome desenvolvida por Make it Simpler, e sua principal característica é "Allows you to change New Tab page to your specific URL.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Change New Tab

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

                        Simple.
Minimalist.
Effective.

Size: 8 kB                    

Informações Básicas da Extensão

Nome Change New Tab Change New Tab
ID mocklpfdimiadpbgamlgehpgpodggahe
URL Oficial https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe
Descrição Allows you to change New Tab page to your specific URL.
Tamanho do Arquivo 8.37 KB
Contagem de Instalações 12,184
Versão Atual 3.1
Última Atualização 2024-02-20
Data de Publicação 2017-10-01
Classificação 4.19/5 Total de 69 Avaliações
Desenvolvedor Make it Simpler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.1",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "res\/new.htm"
    },
    "icons": {
        "48": "res\/0.png",
        "128": "res\/1.png"
    },
    "background": {
        "service_worker": "res\/background.js"
    },
    "options_ui": {
        "page": "res\/options.htm",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}