Reminders

This extension puts simple reminders right in your browser!

Co je Reminders?

Reminders je rozšíření Chrome vyvinuté Trent Mervine, a jeho hlavní funkcí je „This extension puts simple reminders right in your browser!“.

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

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

                        The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.                    

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

Název Reminders Reminders
ID ipkjhbpbaboabfiamdjelkohonaacbnf
Oficiální URL https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf
Popis This extension puts simple reminders right in your browser!
Velikost souboru 773 KB
Počet instalací 68
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-07-12
Datum Vydání 2016-07-12
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář Trent Mervine
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": "Reminders",
    "description": "This extension puts simple reminders right in your browser!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_popup": "todos.html"
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "chrome-storage-promise.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}