Headway
Simple, fast & minimal todo app to replace your 'New tab' page.
Что такое Headway?
Headway - это расширение Chrome, разработанное michael, и его основная функция - "Simple, fast & minimal todo app to replace your 'New tab' page.".
Снимки экрана расширения
Скачать файл CRX расширения Headway
Скачайте файлы расширений Headway в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
🔗 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.
Основная информация о расширении
Название | Headway |
ID | nnmkipmghijjolehhibjjmmlpdgnkpgi |
Официальный URL | https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi |
Описание | Simple, fast & minimal todo app to replace your 'New tab' page. |
Размер файла | 1.66 MB |
Количество установок | 452 |
Текущая Версия | 1.2.4 |
Последнее Обновление | 2022-02-13 |
Дата публикации | 2021-01-26 |
Рейтинг | 4.96/5 Всего 24 оценок |
Разработчик | michael |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mckvr.com |
Поддерживаемые языки | 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" ] } |