To-do Reminder

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

Co je To-do Reminder?

To-do Reminder je rozšíření Chrome vyvinuté gdhuper, a jeho hlavní funkcí je „This extension allows to set reminders and open specified URL's at scheduled time “.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření To-do Reminder

Stáhněte si soubory rozšíření To-do Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
Oficiální URL https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
Popis This extension allows to set reminders and open specified URL's at scheduled time
Velikost souboru 1.53 MB
Počet instalací 10
Aktuální Verze 1.2
Poslední Aktualizace 2017-03-17
Datum Vydání 2017-03-17
Vývojář gdhuper
Typ Platby free
Podporované Jazyky 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\/"
    ]
}