Headway

Simple, fast & minimal todo app to replace your 'New tab' page.

¿Qué es Headway?

Headway es una extensión de Chrome desarrollada por michael, y su función principal es "Simple, fast & minimal todo app to replace your 'New tab' page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Headway

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

                        🔗 Demo here: https://headway-demo.netlify.app/

-----------------------------------------------

Replace your New Tab page with a simple, effective todo list.

 💨 Small and lightweight
 🖼 Choose from a wide selection of galleries
 🔄 Automatically syncs your tasks between devices
 🔊 Pleasing sound effects to make checking off your tasks that bit more satisfying

-----------------------------------------------

Headway is a simple, fast & minimal todo app to replace your 'New Tab' page. Keep track of your tasks and increase your productivity.

-----------------------------------------------

Data & Privacy

There are no 3rd party analytics or tracking embedded in this extension and no Google Analytics. The only data available to me is the publicly available information on this page: the number of downloads and the listed reviews. Your tasks are never read or accessed.

-----------------------------------------------

Made by Michael McKeever.                    

Información Básica de la Extensión

Nombre Headway Headway
ID nnmkipmghijjolehhibjjmmlpdgnkpgi
URL Oficial https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi
Descripción Simple, fast & minimal todo app to replace your 'New tab' page.
Tamaño del Archivo 1.66 MB
Cantidad de Instalaciones 452
Versión Actual 1.2.4
Última Actualización 2022-02-13
Fecha de Publicación 2021-01-26
Calificación 4.96/5 Total de 24 Calificaciones
Desarrollador michael
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mckvr.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headway",
    "description": "Simple, fast & minimal todo app to replace your 'New tab' page.",
    "version": "1.2.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}