Reminder

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

¿Qué es Reminder?

Reminder es una extensión de Chrome desarrollada por Andy Young, y su función principal es "Create simple reminders with this chrome extension. Input message and time and you are set.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reminder

Descarga archivos de extensión Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
URL Oficial https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Descripción Create simple reminders with this chrome extension. Input message and time and you are set.
Tamaño del Archivo 94.52 KB
Cantidad de Instalaciones 16
Versión Actual 1.1
Última Actualización 2018-03-10
Fecha de Publicación 2018-03-09
Desarrollador Andy Young
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}