new tab links

A replacement new tab page, displays a clock and links of your choosing.

¿Qué es new tab links?

new tab links es una extensión de Chrome desarrollada por https://nathanwentworth.co, y su función principal es "A replacement new tab page, displays a clock and links of your choosing.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión new tab links

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

                        A replacement for the new tab page, displays a small clock and a selection of editable links. 

Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link. 

New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements                    

Información Básica de la Extensión

Nombre new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
URL Oficial https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Descripción A replacement new tab page, displays a clock and links of your choosing.
Tamaño del Archivo 65.62 KB
Cantidad de Instalaciones 130
Versión Actual 1.5.1
Última Actualización 2021-03-25
Fecha de Publicación 2019-03-27
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador https://nathanwentworth.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nathanwentworth.co/projects/new-tab-links/
URL de la Página de Ayuda https://twitter.com/nathanwentworth
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "new tab links",
    "manifest_version": 2,
    "version": "1.5.1",
    "description": "A replacement new tab page, displays a clock and links of your choosing.",
    "applications": {
        "gecko": {
            "id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}