Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
ما هو Today؟
Today هو إضافة Chrome تم تطويرها بواسطة Tim Turner، والميزة الرئيسية لها هي "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Today
قم بتنزيل ملفات الامتداد Today بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
الوصف | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
حجم الملف | 1.94 MB |
عدد التثبيتات | 69 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2018-04-06 |
تاريخ النشر | 2018-04-06 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Tim Turner |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |