To-do Reminder

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

Co to jest To-do Reminder?

To-do Reminder to rozszerzenie Chrome opracowane przez gdhuper, a jego główną funkcją jest „This extension allows to set reminders and open specified URL's at scheduled time ”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia To-do Reminder

Pobierz pliki rozszerzeń To-do Reminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
Oficjalny URL https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
Opis This extension allows to set reminders and open specified URL's at scheduled time
Rozmiar pliku 1.53 MB
Liczba instalacji 10
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-03-17
Data Publikacji 2017-03-17
Deweloper gdhuper
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}