TABU - New Tab Page

Fast & simplistic new tab with speed dial, recommended sites and option for blank page.

O que é TABU - New Tab Page?

TABU - New Tab Page é uma extensão do Chrome desenvolvida por Mika Lindell, e sua principal característica é "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TABU - New Tab Page

Baixe arquivos de extensão TABU - New Tab Page 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

                        - Dark mode support
- 4K compatible
- Speed dial
- Most used & recent websites
- Opt for blank page
- Cloud save


* Quick access to your most used & recent websites when you need them.

* Use Speed Dial when you don't have the time to mess around with bookmarks.

* Set it up once, and it's ready anywhere - speed dial and settings are saved on your Google account.

* Protected from prying eyes — hide everything with a press of a button.

* 4k compatible – TABU scales with your display: you don't need to squint to see the small print.                    

Informações Básicas da Extensão

Nome TABU - New Tab Page TABU - New Tab Page
ID foahfjkmbhmabeciibakfmheoocbbpdc
URL Oficial https://chromewebstore.google.com/detail/tabu-new-tab-page/foahfjkmbhmabeciibakfmheoocbbpdc
Descrição Fast & simplistic new tab with speed dial, recommended sites and option for blank page.
Tamanho do Arquivo 599 KB
Contagem de Instalações 58
Versão Atual 1.0.1
Última Atualização 2021-11-03
Data de Publicação 2016-12-06
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor Mika Lindell
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TABU - New Tab Page",
    "short_name": "TABU",
    "description": "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "37",
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "sessions",
        "topSites",
        "history"
    ],
    "chrome_url_overrides": {
        "newtab": "start.html"
    }
}