To-do Reminder
This extension allows to set reminders and open specified URL's at scheduled time
ما هو To-do Reminder؟
To-do Reminder هو إضافة Chrome تم تطويرها بواسطة gdhuper، والميزة الرئيسية لها هي "This extension allows to set reminders and open specified URL's at scheduled time ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة To-do Reminder
قم بتنزيل ملفات الامتداد To-do Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple to-do reminder extension for chrome to keep up with your busy schedule. This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.
معلومات أساسية عن التمديد
الاسم | |
ID | cofhppimpcmdpdealgaljnifllmiiplk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk |
الوصف | This extension allows to set reminders and open specified URL's at scheduled time |
حجم الملف | 1.53 MB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-03-17 |
تاريخ النشر | 2017-03-17 |
المطور | gdhuper |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To-do Reminder", "description": "This extension allows to set reminders and open specified URL's at scheduled time ", "version": "1.2", "browser_action": { "default_icon": "alarm.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |