Headway
Simple, fast & minimal todo app to replace your 'New tab' page.
Cos'è Headway?
Headway è un'estensione di Chrome sviluppata da michael, e la sua funzione principale è "Simple, fast & minimal todo app to replace your 'New tab' page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Headway
Scarica i file di estensione Headway in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🔗 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.
Informazioni di Base sull'Estensione
Nome | Headway |
ID | nnmkipmghijjolehhibjjmmlpdgnkpgi |
URL Ufficiale | https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi |
Descrizione | Simple, fast & minimal todo app to replace your 'New tab' page. |
Dimensione del File | 1.66 MB |
Conteggio Installazioni | 452 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2022-02-13 |
Data di Pubblicazione | 2021-01-26 |
Valutazione | 4.96/5 Totale 24 Valutazioni |
Sviluppatore | michael |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mckvr.com |
Lingue Supportate | 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" ] } |