Headway

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

Was ist Headway?

Headway ist eine Chrome-Erweiterung, die von michael entwickelt wurde, und ihr Hauptmerkmal ist "Simple, fast & minimal todo app to replace your 'New tab' page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Headway-Erweiterungs-CRX-Datei herunterladen

Laden Sie Headway-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🔗 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.                    

Grundlegende Informationen zur Erweiterung

Name Headway Headway
ID nnmkipmghijjolehhibjjmmlpdgnkpgi
Offizielle URL https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi
Beschreibung Simple, fast & minimal todo app to replace your 'New tab' page.
Dateigröße 1.66 MB
Installationsanzahl 452
Aktuelle Version 1.2.4
Letztes Update 2022-02-13
Veröffentlichungsdatum 2021-01-26
Bewertung 4.96/5 Insgesamt 24 Bewertungen
Entwickler michael
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mckvr.com
Unterstützte Sprachen 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"
    ]
}