NewTabTodo
Manage your day to day tasks by simply adding cards inside your browser's new tab
ما هو NewTabTodo؟
NewTabTodo هو إضافة Chrome تم تطويرها بواسطة https://newtabtodo.com، والميزة الرئيسية لها هي "Manage your day to day tasks by simply adding cards inside your browser's new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NewTabTodo
قم بتنزيل ملفات الامتداد NewTabTodo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
New Tab Todo Task management in your browser's new tab Replace your browser's "new tab" with a simple and beautiful to-do app! New Tab Todo is a simple browser extension that lets you add and manage your day-to-day tasks whenever you open your browser's new tab! * FREE * Add Boards & Cards to make your todo! * Keep track of your time & tasks in a clean interface * Dark Mode Key Features: - No signup/registration required - Drag and Drop cards and boards - Copy Cards - Dark and Light theme - Add due date/time in cards - Add labels - Prioritize your cards - Hide completed cards - Search on Google, Bing, YouTube & DuckDuckGo - Bookmark your favorite websites - Import and Export your data - Focus Clock - Browser Sync* and many more... * Browser synchronization across all Chrome browsers that you're logged into Try it & you'll love it...
معلومات أساسية عن التمديد
الاسم | NewTabTodo |
ID | omajchkpfbgdnponeednigfehanaholi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/newtabtodo/omajchkpfbgdnponeednigfehanaholi |
الوصف | Manage your day to day tasks by simply adding cards inside your browser's new tab |
حجم الملف | 1.91 MB |
عدد التثبيتات | 959 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2023-09-06 |
تاريخ النشر | 2021-01-29 |
تقييم | 5.00/5 مجموع تقييمات 19 |
المطور | https://newtabtodo.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://newtabtodo.com |
عنوان صفحة سياسة الخصوصية | https://newtabtodo.com/privacy-policy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "NewTabTodo", "short_name": "NewTabTodo", "description": "Manage your day to day tasks by simply adding cards inside your browser's new tab", "homepage_url": "https:\/\/newtabtodo.com\/", "author": "Muhammad Ovi", "offline_enabled": true, "icons": { "16": "img\/icons\/x16.png", "32": "img\/icons\/x32.png", "48": "img\/icons\/x48.png", "128": "img\/icons\/x128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "assets\/js\/browser-polyfill.js", "assets\/js\/backgroundScript.js" ], "persistent": false }, "browser_action": [] } |