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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🔗 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" ] } |