RoutineList
Keep Track of Your Daily Tasks
Cos'è RoutineList?
RoutineList è un'estensione di Chrome sviluppata da nicholasgreensf, e la sua funzione principale è "Keep Track of Your Daily Tasks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoutineList
Scarica i file di estensione RoutineList in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RoutineList |
ID | eckihielkdkafbhekdgpbjlloiddjdpd |
URL Ufficiale | https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd |
Descrizione | Keep Track of Your Daily Tasks |
Dimensione del File | 12.09 MB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2022-06-01 |
Data di Pubblicazione | 2021-05-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | nicholasgreensf |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |