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
官方網址 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"
    ]
}