URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

ما هو URL Reminders؟

URL Reminders هو إضافة Chrome تم تطويرها بواسطة Jack Steel، والميزة الرئيسية لها هي "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".

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

screenshot
screenshot
screenshot

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

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

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

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

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

الاسم URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
عنوان URL الرسمي https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
الوصف Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
حجم الملف 1.97 MB
عدد التثبيتات 64
النسخة الحالية 0.95
آخر تحديث 2015-05-24
تاريخ النشر 2015-05-24
تقييم 3.80/5 مجموع تقييمات 5
المطور Jack Steel
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}