Headway

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

什么是Headway?

Headway是由michael开发的Chrome扩展程序,该扩展的主要功能是“Simple, fast & minimal todo app to replace your 'New tab' page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Headway扩展crx文件

下载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 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"
    ]
}