Quick Reminders

Quick Reminders

ما هو Quick Reminders؟

Quick Reminders هو إضافة Chrome تم تطويرها بواسطة Sol H، والميزة الرئيسية لها هي "Quick Reminders".

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

screenshot

تحميل ملف CRX للإضافة Quick Reminders

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

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

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

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

الاسم Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
الوصف Quick Reminders
حجم الملف 596 KB
عدد التثبيتات 687
النسخة الحالية 1.0
آخر تحديث 2016-02-01
تاريخ النشر 2016-02-01
تقييم 4.20/5 مجموع تقييمات 10
المطور Sol H
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}