Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

ما هو Reminder؟

Reminder هو إضافة Chrome تم تطويرها بواسطة Andy Young، والميزة الرئيسية لها هي "Create simple reminders with this chrome extension. Input message and time and you are set.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reminder

قم بتنزيل ملفات الامتداد Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

معلومات أساسية عن التمديد

الاسم Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
عنوان URL الرسمي https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
الوصف Create simple reminders with this chrome extension. Input message and time and you are set.
حجم الملف 94.52 KB
عدد التثبيتات 16
النسخة الحالية 1.1
آخر تحديث 2018-03-10
تاريخ النشر 2018-03-09
المطور Andy Young
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}