Headway
Simple, fast & minimal todo app to replace your 'New tab' page.
Qu'est-ce que Headway ?
Headway est une extension Chrome développée par michael, et sa fonction principale est "Simple, fast & minimal todo app to replace your 'New tab' page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Headway
Téléchargez les fichiers d'extension Headway au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
🔗 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.
Informations de Base sur l'Extension
Nom | Headway |
ID | nnmkipmghijjolehhibjjmmlpdgnkpgi |
URL Officiel | https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi |
Description | Simple, fast & minimal todo app to replace your 'New tab' page. |
Taille du Fichier | 1.66 MB |
Nombre d'Installations | 452 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2022-02-13 |
Date de Publication | 2021-01-26 |
Évaluation | 4.96/5 Total 24 Évaluations |
Développeur | michael |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mckvr.com |
Langues Prises en Charge | 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" ] } |