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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🔗 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" ] } |