RoutineList

Keep Track of Your Daily Tasks

¿Qué es RoutineList?

RoutineList es una extensión de Chrome desarrollada por nicholasgreensf, y su función principal es "Keep Track of Your Daily Tasks".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión RoutineList

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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

Información Básica de la Extensión

Nombre RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
URL Oficial https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Descripción Keep Track of Your Daily Tasks
Tamaño del Archivo 12.09 MB
Cantidad de Instalaciones 22
Versión Actual 0.5
Última Actualización 2022-06-01
Fecha de Publicación 2021-05-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador nicholasgreensf
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}