To-do Reminder

This extension allows to set reminders and open specified URL's at scheduled time

What is To-do Reminder?

To-do Reminder is a Chrome extension developed by gdhuper, and its main feature is "This extension allows to set reminders and open specified URL's at scheduled time ".

Extension Screenshots

screenshot
screenshot
screenshot

Download To-do Reminder Extension CRX File

Download To-do Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
Official URL https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
Description This extension allows to set reminders and open specified URL's at scheduled time
File Size 1.53 MB
Installation Count 10
Current Version 1.2
Last Updated 2017-03-17
Publish Date 2017-03-17
Developer gdhuper
Payment Type free
Supported Languages 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\/"
    ]
}