Minimal New Tab

newtab

O que é Minimal New Tab?

Minimal New Tab é uma extensão do Chrome desenvolvida por downthecrop, e sua principal característica é "newtab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Minimal New Tab

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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

Informações Básicas da Extensão

Nome Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
URL Oficial https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
Descrição newtab
Tamanho do Arquivo 220 KB
Contagem de Instalações 200
Versão Atual 1.7
Última Atualização 2023-09-20
Data de Publicação 2021-04-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor downthecrop
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/downthecrop/minimal-new-tab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}