Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

Co je Reminder?

Reminder je rozšíření Chrome vyvinuté Andy Young, a jeho hlavní funkcí je „Create simple reminders with this chrome extension. Input message and time and you are set.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reminder

Stáhněte si soubory rozšíření 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í

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

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

Název Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
Oficiální URL https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Popis Create simple reminders with this chrome extension. Input message and time and you are set.
Velikost souboru 94.52 KB
Počet instalací 16
Aktuální Verze 1.1
Poslední Aktualizace 2018-03-10
Datum Vydání 2018-03-09
Vývojář Andy Young
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}