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…

¿Qué es Yet Another New Tab Page?

Yet Another New Tab Page es una extensión de Chrome desarrollada por Brian Mock, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Yet Another New Tab Page

Descarga archivos de extensión Yet Another New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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
Descripción 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…
Tamaño del Archivo 9.39 KB
Cantidad de Instalaciones 194
Versión Actual 21.0
Última Actualización 2017-11-19
Fecha de Publicación 2017-11-19
Calificación 4.43/5 Total de 14 Calificaciones
Desarrollador Brian Mock
Tipo de Pago free
Sitio Web de la Extensión https://github.com/wavebeem/yantp
URL de la Página de Ayuda https://github.com/wavebeem/yantp
Idiomas Soportados 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"
    }
}