New Tab As Apps

Causes the new tab to default to the Apps view instead of the google splash view.

¿Qué es New Tab As Apps?

New Tab As Apps es una extensión de Chrome desarrollada por http://holtstrom.com, y su función principal es "Causes the new tab to default to the Apps view instead of the google splash view.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión New Tab As Apps

Descarga archivos de extensión New Tab As Apps 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

                        While installed, new tabs default to 'chrome://apps/'

Updated Dec 2019 because it stopped working. Fixed by changing url to pendingUrl.

This extension will always be free and will never have ads.

This extension was created in response to Chrome's Feb 2014 removal of the "Enable Instant Extended API" that let you default your new tab to the Apps view.

The source code is very simple and is posted online, so you can inspect it for yourself.

http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html

If you prefer, you can instead use my "Home Button At Top Right" extension (https://chrome.google.com/webstore/detail/home-button-at-top-right/bfejcgpdahgpmgadhgdadfiekmhgnifm) which lets you (via right-click Options) toggle on/off the new-tabs-as-apps feature.                    

Información Básica de la Extensión

Nombre New Tab As Apps New Tab As Apps
ID fmganoiddmbjfgmdpnkmiconhkbibilk
URL Oficial https://chrome.google.com/webstore/detail/new-tab-as-apps/fmganoiddmbjfgmdpnkmiconhkbibilk
Descripción Causes the new tab to default to the Apps view instead of the google splash view.
Tamaño del Archivo 4.75 KB
Cantidad de Instalaciones 749
Versión Actual 1.1
Última Actualización 2020-11-24
Fecha de Publicación 2019-12-14
Calificación 4.93/5 Total de 14 Calificaciones
Desarrollador http://holtstrom.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab As Apps",
    "description": "Causes the new tab to default to the Apps view instead of the google splash view.",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}