RoutineList

Keep Track of Your Daily Tasks

Co je RoutineList?

RoutineList je rozšíření Chrome vyvinuté nicholasgreensf, a jeho hlavní funkcí je „Keep Track of Your Daily Tasks“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření RoutineList

Stáhněte si soubory rozšíření RoutineList ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
Oficiální URL https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Popis Keep Track of Your Daily Tasks
Velikost souboru 12.09 MB
Počet instalací 22
Aktuální Verze 0.5
Poslední Aktualizace 2022-06-01
Datum Vydání 2021-05-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nicholasgreensf
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}