RoutineList
Keep Track of Your Daily Tasks
Wat is RoutineList?
RoutineList is een Chrome-extensie ontwikkeld door nicholasgreensf, en de belangrijkste functie is "Keep Track of Your Daily Tasks".
Extensie Screenshots
Download het CRX-bestand van de extensie RoutineList
Download RoutineList-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RoutineList |
ID | eckihielkdkafbhekdgpbjlloiddjdpd |
Officiële URL | https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd |
Beschrijving | Keep Track of Your Daily Tasks |
Bestandsgrootte | 12.09 MB |
Aantal Installaties | 22 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2022-06-01 |
Publicatiedatum | 2021-05-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nicholasgreensf |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |