Headway

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

Vad är Headway?

Headway är en Chrome-tillägg utvecklad av michael, och dess huvudfunktion är "Simple, fast & minimal todo app to replace your 'New tab' page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Headway-förlängningens CRX-fil

Ladda ner Headway-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Headway Headway
ID nnmkipmghijjolehhibjjmmlpdgnkpgi
Officiell webbadress https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi
Beskrivning Simple, fast & minimal todo app to replace your 'New tab' page.
Filstorlek 1.66 MB
Antal Installationer 452
Aktuell Version 1.2.4
Senast Uppdaterad 2022-02-13
Publiceringsdatum 2021-01-26
Betyg 4.96/5 Totalt 24 Betyg
Utvecklare michael
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mckvr.com
Stödda Språk 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"
    ]
}