Headway

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

What is Headway?

Headway is a Chrome extension developed by michael, and its main feature is "Simple, fast & minimal todo app to replace your 'New tab' page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Headway Extension CRX File

Download Headway extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Headway Headway
ID nnmkipmghijjolehhibjjmmlpdgnkpgi
Official URL https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi
Description Simple, fast & minimal todo app to replace your 'New tab' page.
File Size 1.66 MB
Installation Count 452
Current Version 1.2.4
Last Updated 2022-02-13
Publish Date 2021-01-26
Rating 4.96/5 Total 24 Ratings
Developer michael
Email [email protected]
Payment Type free
Extension Website https://mckvr.com
Supported Languages 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"
    ]
}