Web Reminder

Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.

ما هو Web Reminder؟

Web Reminder هو إضافة Chrome تم تطويرها بواسطة http://yarni.net، والميزة الرئيسية لها هي "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page.

Idea from http://requestforstartup.co/ by @MohammadRizeg  Please send me feedback, bug reports and feature requests. 

Use cases:

- Blogs, which update periodically
- Shopping sites with offers, like Ebay, Amazom co
- Job listings
- etc

Bookmarks are not enough, remember to visit the page! 

Note: You time must be synchronized automatically, otherwise the alarms will not work properly.                    

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

الاسم Web Reminder Web Reminder
ID liibflmbnhcmcfmggbpgajocelbgehcf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf
الوصف Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
حجم الملف 1.08 MB
عدد التثبيتات 535
النسخة الحالية 1.1.2
آخر تحديث 2015-08-30
تاريخ النشر 2015-08-30
تقييم 4.00/5 مجموع تقييمات 12
المطور http://yarni.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Reminder",
    "version": "1.1.2",
    "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.",
    "browser_action": {
        "default_icon": "img\/icon64t.png",
        "default_title": "Reminder Tab",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128n.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery\/dist\/jquery.min.js",
            "js\/back.js"
        ]
    },
    "manifest_version": 2
}