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