To-do Reminder

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

Что такое To-do Reminder?

To-do Reminder - это расширение Chrome, разработанное gdhuper, и его основная функция - "This extension allows to set reminders and open specified URL's at scheduled time ".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения To-do Reminder

Скачайте файлы расширений To-do Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
Официальный URL https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
Описание This extension allows to set reminders and open specified URL's at scheduled time
Размер файла 1.53 MB
Количество установок 10
Текущая Версия 1.2
Последнее Обновление 2017-03-17
Дата публикации 2017-03-17
Разработчик gdhuper
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}