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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |