Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

O que é Yet Another New Tab Page?

Yet Another New Tab Page é uma extensão do Chrome desenvolvida por Brian Mock, e sua principal característica é "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yet Another New Tab Page

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

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

Informações Básicas da Extensão

Nome Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
URL Oficial https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
Descrição It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Tamanho do Arquivo 9.39 KB
Contagem de Instalações 194
Versão Atual 21.0
Última Atualização 2017-11-19
Data de Publicação 2017-11-19
Classificação 4.43/5 Total de 14 Avaliações
Desenvolvedor Brian Mock
Tipo de Pagamento free
Site da Extensão https://github.com/wavebeem/yantp
URL da Página de Ajuda https://github.com/wavebeem/yantp
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}