RoutineList

Keep Track of Your Daily Tasks

Hvad er RoutineList?

RoutineList er en Chrome-udvidelse udviklet af nicholasgreensf, og dens hovedfunktion er "Keep Track of Your Daily Tasks".

Udvidelsesskærmbilleder

screenshot
screenshot

Download RoutineList-udvidelses-CRX-fil

Download RoutineList-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
Officiel URL https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Beskrivelse Keep Track of Your Daily Tasks
Filstørrelse 12.09 MB
Antal Installationer 22
Nuværende Version 0.5
Senest Opdateret 2022-06-01
Udgivelsesdato 2021-05-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler nicholasgreensf
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}