Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

¿Qué es Quick New Tab?

Quick New Tab es una extensión de Chrome desarrollada por rmnoon, y su función principal es "Customize your Chrome New Tab page without breaking the UX.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Quick New Tab

Descarga archivos de extensión Quick 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

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

Información Básica de la Extensión

Nombre Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
URL Oficial https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
Descripción Customize your Chrome New Tab page without breaking the UX.
Tamaño del Archivo 663 KB
Cantidad de Instalaciones 348
Versión Actual 1.0.4
Última Actualización 2023-09-28
Fecha de Publicación 2020-03-28
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador rmnoon
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rmnoon/quick-new-tab
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}