Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

¿Qué es Apps in new tab?

Apps in new tab es una extensión de Chrome desarrollada por Guillaume Ryder, y su función principal es "Shows the list of installed apps instead of the search page when opening a new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Apps in new tab

Descarga archivos de extensión Apps in new tab 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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

Información Básica de la Extensión

Nombre Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
URL Oficial https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Descripción Shows the list of installed apps instead of the search page when opening a new tab.
Tamaño del Archivo 4.63 KB
Cantidad de Instalaciones 564
Versión Actual 2.0.0
Última Actualización 2022-10-24
Fecha de Publicación 2019-09-27
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador Guillaume Ryder
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/guilryder/chrome-extensions/tree/master/newtab
URL de la Página de Ayuda https://github.com/guilryder/chrome-extensions/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}