URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

¿Qué es URL Reminders?

URL Reminders es una extensión de Chrome desarrollada por Jack Steel, y su función principal es "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión URL Reminders

Descarga archivos de extensión URL Reminders 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

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

Información Básica de la Extensión

Nombre URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
URL Oficial https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
Descripción Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
Tamaño del Archivo 1.97 MB
Cantidad de Instalaciones 64
Versión Actual 0.95
Última Actualización 2015-05-24
Fecha de Publicación 2015-05-24
Calificación 3.80/5 Total de 5 Calificaciones
Desarrollador Jack Steel
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}