done.today
Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.
ما هو done.today؟
done.today هو إضافة Chrome تم تطويرها بواسطة https://usedone.today، والميزة الرئيسية لها هي "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة done.today
قم بتنزيل ملفات الامتداد done.today بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
done.today replaces your new tab into a beautiful and productive workbench Make daily check-ins, track completed items, maintain streaks and become more productive with #donetoday
معلومات أساسية عن التمديد
الاسم | |
ID | dicmbalkebnfabeppjbpalefhcglphei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/donetoday/dicmbalkebnfabeppjbpalefhcglphei |
الوصف | Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard. |
حجم الملف | 1.78 MB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.8 |
آخر تحديث | 2020-05-04 |
تاريخ النشر | 2020-05-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://usedone.today |
نوع الدفع | free |
موقع الإضافة | http://usedone.today |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "done.today", "description": "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.", "version": "1.8", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'; 'unsafe-eval'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "storage" ], "browser_action": [] } |